summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-10-15 20:45:58 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-10-15 20:45:58 +0000
commit7db8fe569d8598355299e1fbfc0ed6b49924a075 (patch)
tree363de0b8328bebe3667764260f1750a5d36c44d2 /FL
parent1d42e4784b4bbdfa0de16616dac656b58e8c25f0 (diff)
Preliminary OpenGL single-buffering fix.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2676 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/Enumerations.H7
1 files changed, 4 insertions, 3 deletions
diff --git a/FL/Enumerations.H b/FL/Enumerations.H
index 588ceb13b..cfbba55fc 100644
--- a/FL/Enumerations.H
+++ b/FL/Enumerations.H
@@ -1,5 +1,5 @@
//
-// "$Id: Enumerations.H,v 1.18.2.14.2.26 2002/10/07 13:47:54 easysw Exp $"
+// "$Id: Enumerations.H,v 1.18.2.14.2.27 2002/10/15 20:45:58 easysw Exp $"
//
// Enumerations for the Fast Light Tool Kit (FLTK).
//
@@ -381,7 +381,8 @@ enum Fl_Mode { // visual types and Fl_Gl_Window::mode() (values match Glut)
FL_STENCIL = 32,
FL_RGB8 = 64,
FL_MULTISAMPLE= 128,
- FL_STEREO = 256
+ FL_STEREO = 256,
+ FL_FAKE_SINGLE = 512 // Fake single buffered windows using double-buffer
};
// damage masks
@@ -405,5 +406,5 @@ enum Fl_Damage {
#endif
//
-// End of "$Id: Enumerations.H,v 1.18.2.14.2.26 2002/10/07 13:47:54 easysw Exp $".
+// End of "$Id: Enumerations.H,v 1.18.2.14.2.27 2002/10/15 20:45:58 easysw Exp $".
//