summaryrefslogtreecommitdiff
path: root/src/drivers/WinAPI
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-04-01 14:36:41 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-04-01 14:36:41 +0200
commitd992a1240394acbf410a875c0196b750f449e3f0 (patch)
treeb8e373f8174b765f0198d78e804d4a80fc0c7d46 /src/drivers/WinAPI
parenta53efd73d7619173f93e58d4c85da12d4cda2101 (diff)
parente91d65cd2fa4ea1965de5035e658bb866fcf38db (diff)
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'src/drivers/WinAPI')
-rw-r--r--src/drivers/WinAPI/Fl_WinAPI_Gl_Window_Driver.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_Gl_Window_Driver.H b/src/drivers/WinAPI/Fl_WinAPI_Gl_Window_Driver.H
index efece9d19..4b48cfd4c 100644
--- a/src/drivers/WinAPI/Fl_WinAPI_Gl_Window_Driver.H
+++ b/src/drivers/WinAPI/Fl_WinAPI_Gl_Window_Driver.H
@@ -24,7 +24,7 @@
#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.