diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2018-03-05 22:57:33 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2018-03-05 22:57:33 +0000 |
| commit | b47db80af359e5ab3b2188573cbf42ee439a2be7 (patch) | |
| tree | d765c679f19eec438e8cd03e1ff10289ba69357b /src/drivers/Android/Fl_Android_Screen_Driver.H | |
| parent | 8c51282770f86800ea609fda8bddb0d54a84ec62 (diff) | |
Android: drawing behaves nice enough. Fl::flush seems to bring the expected results, although optimization is required at some point.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12710 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.H | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/drivers/Android/Fl_Android_Screen_Driver.H b/src/drivers/Android/Fl_Android_Screen_Driver.H index 0aff97c04..7948c906f 100644 --- a/src/drivers/Android/Fl_Android_Screen_Driver.H +++ b/src/drivers/Android/Fl_Android_Screen_Driver.H @@ -58,7 +58,7 @@ protected: #endif public: - Fl_Android_Screen_Driver() : Fl_Screen_Driver() { } + Fl_Android_Screen_Driver() : Fl_Screen_Driver(), pScreenContentChanged(false) { } #if 0 Fl_WinAPI_Screen_Driver() : Fl_Screen_Driver() { @@ -118,6 +118,7 @@ public: virtual float desktop_scale_factor(); #endif + bool pScreenContentChanged; }; |
