summaryrefslogtreecommitdiff
path: root/FL/glut.H
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-02-20 13:40:27 +0100
committerMatthias Melcher <github@matthiasm.com>2023-02-20 13:40:27 +0100
commit2971625418c528e9310d4004bf01bfed7e901eb1 (patch)
tree5710e610f99cc3d97a3206c2375e382601c5b80e /FL/glut.H
parent6f4cf105b13bf138d592327315441c1ae74ca4bb (diff)
Add GLUT_ELAPSED_TIME simulation
Diffstat (limited to 'FL/glut.H')
-rw-r--r--FL/glut.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/glut.H b/FL/glut.H
index b6e915985..f83231c3a 100644
--- a/FL/glut.H
+++ b/FL/glut.H
@@ -315,12 +315,12 @@ enum {
GLUT_INIT_WINDOW_HEIGHT,
GLUT_INIT_DISPLAY_MODE,
GLUT_WINDOW_BUFFER_SIZE,
- GLUT_VERSION
+ GLUT_VERSION,
//GLUT_WINDOW_NUM_CHILDREN,
//GLUT_WINDOW_CURSOR,
//GLUT_SCREEN_WIDTH_MM,
//GLUT_SCREEN_HEIGHT_MM,
-//GLUT_ELAPSED_TIME,
+ GLUT_ELAPSED_TIME,
};
# define GLUT_WINDOW_STENCIL_SIZE GL_STENCIL_BITS