From 97448d6bcaf40be2a00c17b124308b949103ffc7 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 9 Jan 2014 20:11:45 +0000 Subject: Restored the statement removed at r.9992 because it's required so Fl_Gl_Device_Plugin.o is loaded, and so printing of GL windows works. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10049 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Gl_Window.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Fl_Gl_Window.cxx b/src/Fl_Gl_Window.cxx index 92b7672ed..93e650a7c 100644 --- a/src/Fl_Gl_Window.cxx +++ b/src/Fl_Gl_Window.cxx @@ -24,6 +24,8 @@ extern int fl_gl_load_plugin; extern void gl_texture_reset(); #endif +static int temp = fl_gl_load_plugin; // don't remove me! I force linking of Fl_Gl_Device_Plugin.o + #include #include #ifdef __APPLE__ -- cgit v1.2.3