summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Gl_Window.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_Gl_Window.H b/FL/Fl_Gl_Window.H
index 65c7a5a9d..67c3c4050 100644
--- a/FL/Fl_Gl_Window.H
+++ b/FL/Fl_Gl_Window.H
@@ -199,6 +199,8 @@ public:
void context(GLContext, int destroy_flag = 0);
void make_current();
void swap_buffers();
+ void swap_interval(int);
+ int swap_interval() const;
void ortho();
int can_do_overlay();