summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Fl_Gl_Window.cxx2
1 files changed, 2 insertions, 0 deletions
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 <FL/Fl.H>
#include <FL/x.H>
#ifdef __APPLE__