summaryrefslogtreecommitdiff
path: root/FL/Enumerations.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Enumerations.H')
-rw-r--r--FL/Enumerations.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/FL/Enumerations.H b/FL/Enumerations.H
index 92cfac612..a2434bb19 100644
--- a/FL/Enumerations.H
+++ b/FL/Enumerations.H
@@ -1226,7 +1226,8 @@ enum Fl_Mode {
FL_MULTISAMPLE= 128,
FL_STEREO = 256,
FL_FAKE_SINGLE = 512, // Fake single buffered windows using double-buffer
- FL_OPENGL3 = 1024
+ FL_OPENGL3 = 1024,
+ FL_DEPTH32 = 2048,
};
// image alpha blending