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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/multitouch-screen.h b/android/multitouch-screen.h
index 901d76e..baca224 100644
--- a/android/multitouch-screen.h
+++ b/android/multitouch-screen.h
@@ -100,4 +100,7 @@ extern void multitouch_opengles_fb_update(void* context,
*/
extern void multitouch_refresh_screen(void);
+/* Framebuffer update has been handled by the device. */
+extern void multitouch_fb_updated(void);
+
#endif /* ANDROID_MULTITOUCH_SCREEN_H_ */