summaryrefslogtreecommitdiff
path: root/Android/HelloAndroid/app
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2018-03-03 14:05:18 +0000
committerMatthias Melcher <fltk@matthiasm.com>2018-03-03 14:05:18 +0000
commit6ba638f5d6bbc27657ae8e21ad4996c60015d634 (patch)
treebebc7a244940208188db5fc0f46a47d524c00272 /Android/HelloAndroid/app
parent8bb4ab025d455f0d5bcaf8ae196f1651dc489028 (diff)
Android: need more source files
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12705 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'Android/HelloAndroid/app')
-rw-r--r--Android/HelloAndroid/app/src/main/cpp/HelloAndroid.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android/HelloAndroid/app/src/main/cpp/HelloAndroid.cxx b/Android/HelloAndroid/app/src/main/cpp/HelloAndroid.cxx
index e42d86257..4b9fb0dce 100644
--- a/Android/HelloAndroid/app/src/main/cpp/HelloAndroid.cxx
+++ b/Android/HelloAndroid/app/src/main/cpp/HelloAndroid.cxx
@@ -72,6 +72,7 @@ static void engine_draw_frame(struct engine* engine)
Fl::flush();
ANativeWindow_unlockAndPost(engine->app->window);
+ gAGraphicsBuffer = 0L;
}
static void engine_term_display(struct engine* engine) {