From c720aae51515907ae82ee02df80bd084f291d4b1 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 15 Mar 2022 06:42:06 +0100 Subject: Make hybrid Wayland/X11 platform. --- FL/Fl_Gl_Window.H | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'FL/Fl_Gl_Window.H') diff --git a/FL/Fl_Gl_Window.H b/FL/Fl_Gl_Window.H index ec9179bfb..9143d0a30 100644 --- a/FL/Fl_Gl_Window.H +++ b/FL/Fl_Gl_Window.H @@ -187,8 +187,9 @@ public: and may be followed by adequate attribute values. */ int mode(const int *a) {return mode(0, a);} - /** Returns a pointer to the GLContext that this window is using. - \see void context(GLContext c, int destroy_flag) */ + /** Returns a pointer to the window's OpenGL rendering context. + \see void context(GLContext c, int destroy_flag) + */ GLContext context() const {return context_;} void context(GLContext, int destroy_flag = 0); void make_current(); -- cgit v1.2.3