summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-07-18 18:43:46 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-07-18 18:43:46 +0200
commit4fb4f395a3231293c31b0c01637882e3f62d6174 (patch)
tree1ed056a5f49517c5183cfa65630b73002b4f3f1a /src
parentfaaf1a0cb4fc9141e9d9651b1e24444a3e63ee28 (diff)
Remove duplicated comment
The remaining instance is in Fl_Gl_Window_Driver.cxx
Diffstat (limited to 'src')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H b/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H
index 206efeb80..75d313da7 100644
--- a/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H
+++ b/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H
@@ -24,13 +24,6 @@
#include <EGL/egl.h>
#include <FL/gl.h>
-/* Implementation note about OpenGL drawing on the Wayland platform
-
-After eglCreateWindowSurface() with attributes {EGL_RENDER_BUFFER, EGL_SINGLE_BUFFER, EGL_NONE},
-eglQueryContext() reports that EGL_RENDER_BUFFER equals EGL_BACK_BUFFER.
-This experiment suggests that the platform only supports double-buffer drawing.
-Consequently, FL_DOUBLE is enforced in all Fl_Gl_Window::mode_ values under Wayland.
-*/
class Fl_Wayland_Gl_Window_Driver : public Fl_Gl_Window_Driver {
friend Fl_Gl_Window_Driver* Fl_Gl_Window_Driver::newGlWindowDriver(Fl_Gl_Window *);