summaryrefslogtreecommitdiff
path: root/src/drivers/Android/Fl_Android_Screen_Driver.H
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2018-03-05 21:26:51 +0000
committerMatthias Melcher <fltk@matthiasm.com>2018-03-05 21:26:51 +0000
commit8c51282770f86800ea609fda8bddb0d54a84ec62 (patch)
tree047ce2b209563cb97fd28e24ebeca3d50dccbf80 /src/drivers/Android/Fl_Android_Screen_Driver.H
parent900457f0b443945731a728b84fbd6aaa72a39267 (diff)
Android: more cleanup. Trying to solve the problem of undefined screen buffer content. Moved gradlew.bat into gradlew.zip to make some svn's happy.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12709 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Android/Fl_Android_Screen_Driver.H')
-rw-r--r--src/drivers/Android/Fl_Android_Screen_Driver.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Android/Fl_Android_Screen_Driver.H b/src/drivers/Android/Fl_Android_Screen_Driver.H
index c829ae183..0aff97c04 100644
--- a/src/drivers/Android/Fl_Android_Screen_Driver.H
+++ b/src/drivers/Android/Fl_Android_Screen_Driver.H
@@ -79,8 +79,8 @@ public:
// --- audible output
virtual void beep(int type);
// --- global events
- virtual void flush();
#endif
+ virtual void flush();
virtual double wait(double time_to_wait);
#if 0
virtual int ready();