From 7e025aac22338ae573174d67e0c03e085c16630f Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 27 Oct 2015 08:40:56 +0000 Subject: Added support for OpenGL V3 and higher. On the X11/MSWindows platforms, this requires external installation of the GLEW library. This fixes STR#3198 and STR#3257. Added two new examples programs. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10876 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Enumerations.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'FL/Enumerations.H') diff --git a/FL/Enumerations.H b/FL/Enumerations.H index 8a8afde81..c73f67ee7 100644 --- a/FL/Enumerations.H +++ b/FL/Enumerations.H @@ -1094,7 +1094,8 @@ enum Fl_Mode { FL_RGB8 = 64, FL_MULTISAMPLE= 128, FL_STEREO = 256, - FL_FAKE_SINGLE = 512 // Fake single buffered windows using double-buffer + FL_FAKE_SINGLE = 512, // Fake single buffered windows using double-buffer + FL_OPENGL3 = 1024 }; // image alpha blending -- cgit v1.2.3