summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/CubeView.cxx1
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;