From 59fc60ea4cb8db6ee43a1ac37cd4bbbefcb87faa Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 27 Sep 2022 14:12:39 +0200 Subject: Simpler code to support FLTK widgets in macOS OpenGL 3 windows. Also, the application-level code to add widgets to a GL3 window becomes platform-independent. --- documentation/src/opengl.dox | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'documentation/src/opengl.dox') diff --git a/documentation/src/opengl.dox b/documentation/src/opengl.dox index 68f5e71aa..d1a36be11 100644 --- a/documentation/src/opengl.dox +++ b/documentation/src/opengl.dox @@ -605,36 +605,6 @@ to be created among your Fl_Gl_Window-derived classes: \endcode after the first glutCreateWindow() call. -\li If the GL3-using window is intended to contain FLTK widgets laid over -the GL3 scene (see \ref opengl_with_fltk_widgets), extra steps are necessary to make this possible in a -cross-platform way. -