summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2016-01-20 00:11:43 +0000
committerMatthias Melcher <fltk@matthiasm.com>2016-01-20 00:11:43 +0000
commitbd78fa1c48641649e033818503af5c8e99330226 (patch)
treee56b03e8cb1cd0a6d63a16082eba28a8e0edfc2c /test
parent9872f7405325019ab925b487dd8988cf9882817d (diff)
Starting to cut out individual graphics function, so that multiple drivers can coexist (cfg_gfx). Found the missing pixels in the OpenGL gfx driver.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11012 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/cube.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cube.cxx b/test/cube.cxx
index 7f7d37c4b..9dea82290 100644
--- a/test/cube.cxx
+++ b/test/cube.cxx
@@ -177,7 +177,7 @@ void print_cb(Fl_Widget *w, void *data)
// end of printing demo
int main(int argc, char **argv) {
- Fl::use_high_res_GL(1);
+ //Fl::use_high_res_GL(1);
makeform(argv[0]);
// added to demo printing
form->begin();