From a170c957872875eb43756fb3a676a185802165bb Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 16 Jan 2014 15:38:06 +0000 Subject: Better way to force linking of Fl_Gl_Device_Plugin.o whenever Fl_Gl_Window.o is linked, that doesn't use the "volatile" attribute (suggested by Albrecht). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10063 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Gl_Window.H | 1 + 1 file changed, 1 insertion(+) (limited to 'FL') diff --git a/FL/Fl_Gl_Window.H b/FL/Fl_Gl_Window.H index d92dc04f2..47fe04939 100644 --- a/FL/Fl_Gl_Window.H +++ b/FL/Fl_Gl_Window.H @@ -70,6 +70,7 @@ class FL_EXPORT Fl_Gl_Window : public Fl_Window { static int can_do(int, const int *); int mode(int, const int *); + static int gl_plugin_linkage(); public: -- cgit v1.2.3