From e1bf7b920254deea542c9c09a344498982ba9424 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 19 Jun 2018 16:29:20 +0000 Subject: 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 --- test/CubeView.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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; -- cgit v1.2.3