aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/wince/screen.h')
-rw-r--r--backends/wince/screen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/wince/screen.h b/backends/wince/screen.h
index 499987251f..432572e69a 100644
--- a/backends/wince/screen.h
+++ b/backends/wince/screen.h
@@ -53,6 +53,8 @@ void checkToolbar();
void Get_565(UBYTE *src, INT16 *buffer, int pitch, int x, int y, int width, int height);
void Set_565(INT16 *buffer, int pitch, int x, int y, int width, int height);
+int getColor565 (int color);
+
/* meaning: 0 - portrait, 1 - left hand landscape, 2 - right hand landscape */
void SetScreenMode(int mode);
int GetScreenMode();