diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2018-06-19 16:29:20 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2018-06-19 16:29:20 +0000 |
| commit | e1bf7b920254deea542c9c09a344498982ba9424 (patch) | |
| tree | 7201753805136c2db4d903bf4cbca159f3927840 /test | |
| parent | ba58edb33c3e8665cb872548270ee4e98c4ec150 (diff) | |
Android: Clearing the desktop when a window is hidden.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12949 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
| -rw-r--r-- | test/CubeView.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CubeView.cxx b/test/CubeView.cxx index 5e153c675..39afa80c1 100644 --- a/test/CubeView.cxx +++ b/test/CubeView.cxx @@ -28,6 +28,7 @@ CubeView::CubeView(int x,int y,int w,int h,const char *l) : Fl_Box(x,y,w,h,l) #endif /* HAVE_GL */ { + Fl::use_high_res_GL(1); vAng = 0.0; hAng=0.0; size=10.0; |
