aboutsummaryrefslogtreecommitdiffstats
path: root/android/framebuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'android/framebuffer.c')
-rw-r--r--android/framebuffer.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/android/framebuffer.c b/android/framebuffer.c
index 53c6a48..b9b968e 100644
--- a/android/framebuffer.c
+++ b/android/framebuffer.c
@@ -281,6 +281,15 @@ qframebuffer_check_updates( void )
}
void
+qframebuffer_pulse( void )
+{
+ int nn;
+ for (nn = 0; nn < framebuffer_fifo_count; nn++) {
+ qframebuffer_poll(framebuffer_fifo[nn]);
+ }
+}
+
+void
qframebuffer_invalidate_all( void )
{
int nn;