diff options
Diffstat (limited to 'FL/Enumerations.H')
| -rw-r--r-- | FL/Enumerations.H | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
