diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2010-04-26 13:13:48 +0200 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2010-04-26 13:13:48 +0200 |
| commit | b93b9627a55da8d89b2bf5529f99b132224131d7 (patch) | |
| tree | 8e5c541a208c524dcbdb26bdd6b10661ebb9db9a /lib/gdi/bcm.cpp | |
| parent | e30f6f65d97d751e8e9a45171f7806737b4ecc41 (diff) | |
| download | enigma2-b93b9627a55da8d89b2bf5529f99b132224131d7.tar.gz enigma2-b93b9627a55da8d89b2bf5529f99b132224131d7.zip | |
blit: pass 'flags' to bcm_accel_blit()
Diffstat (limited to 'lib/gdi/bcm.cpp')
| -rw-r--r-- | lib/gdi/bcm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gdi/bcm.cpp b/lib/gdi/bcm.cpp index 3beb6772..12b5f22a 100644 --- a/lib/gdi/bcm.cpp +++ b/lib/gdi/bcm.cpp @@ -64,7 +64,7 @@ void bcm_accel_blit( int dst_addr, int dst_width, int dst_height, int dst_stride, int src_x, int src_y, int width, int height, int dst_x, int dst_y, int dwidth, int dheight, - int pal_addr) + int pal_addr, int flags) { C(0x43); // reset source C(0x53); // reset dest |
