aboutsummaryrefslogtreecommitdiffstats
path: root/android/multitouch-screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'android/multitouch-screen.h')
-rw-r--r--android/multitouch-screen.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/android/multitouch-screen.h b/android/multitouch-screen.h
index 95ae86a..901d76e 100644
--- a/android/multitouch-screen.h
+++ b/android/multitouch-screen.h
@@ -95,4 +95,9 @@ extern void multitouch_opengles_fb_update(void* context,
int type,
unsigned char* pixels);
+/* Pushes the entire framebuffer to the device. This will force the device to
+ * refresh the entire screen.
+ */
+extern void multitouch_refresh_screen(void);
+
#endif /* ANDROID_MULTITOUCH_SCREEN_H_ */