aboutsummaryrefslogtreecommitdiff
path: root/wince/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'wince/screen.h')
-rw-r--r--wince/screen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wince/screen.h b/wince/screen.h
index 23aed048a5..404bd81458 100644
--- a/wince/screen.h
+++ b/wince/screen.h
@@ -8,6 +8,8 @@
#endif
void SetScreenGeometry(int w, int h);
+void LimitScreenGeometry();
+void RestoreScreenGeometry();
int GraphicsOn(HWND hWndMain);
void GraphicsOff();
void GraphicsSuspend();