summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/mac.H4
1 files changed, 4 insertions, 0 deletions
diff --git a/FL/mac.H b/FL/mac.H
index 9af98a2e4..d289774f2 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -153,6 +153,10 @@ extern CGContextRef fl_mac_gc();
extern FLWindow *fl_mac_xid(const Fl_Window *win);
/** Returns the Fl_Window corresponding to the given macOS-specific window reference */
extern Fl_Window *fl_mac_find(FLWindow *);
+class Fl_Gl_Window;
+/** Call this to make possible the addition of FLTK widgets to a GL3-using Fl_Gl_Window.
+ \see \ref opengl3 */
+extern Fl_Gl_Window *fl_mac_prepare_add_widgets_to_GL3_win(Fl_Gl_Window *);
/** The version number of the running Mac OS X (e.g., 100604 for 10.6.4, 101300 for 10.13).
FLTK initializes this global variable before main() begins running. If