From b86f2f735a004a66f62f70ec30aea01b828731bd Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 18 Jan 2016 22:55:46 +0000 Subject: Replaced static initializer with Fl_OpenGL_Display_Device. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11008 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl.H') diff --git a/FL/Fl.H b/FL/Fl.H index 65dd2d706..a768a8220 100644 --- a/FL/Fl.H +++ b/FL/Fl.H @@ -146,7 +146,7 @@ public: // run time information about compile time configuration static bool cfg_gfx_gdi; ///< GDI redering available, usually on MSWindows systems static bool cfg_gfx_opengl; ///< OpenGL redering available, available on many platforms static bool cfg_gfx_cairo; ///< Cairo redering available, available on many platforms - static bool cfg_gfx_directx;///< DirectX redering available, available on many platforms + static bool cfg_gfx_directx;///< DirectX redering available, usually on MSWindows systems /** @} */ /** \defgroup cfg_prn runtime printer driver configuration */ /** @{ */ -- cgit v1.2.3