diff options
Diffstat (limited to 'backends/wince/screen.h')
| -rw-r--r-- | backends/wince/screen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/wince/screen.h b/backends/wince/screen.h index 7a9f7dac09..17f27dc86a 100644 --- a/backends/wince/screen.h +++ b/backends/wince/screen.h @@ -45,6 +45,7 @@ void GraphicsResume(); void SetPalEntry(int ent, UBYTE r, UBYTE g, UBYTE b); void Blt(UBYTE * scr_ptr); +void Blt_part(UBYTE * src_ptr, int x, int y, int width, int height, int pitch); void checkToolbar(); void Get_565(UBYTE *src, INT16 *buffer, int pitch, int x, int y, int width, int height); |
