summaryrefslogtreecommitdiff
path: root/src/drivers/WinAPI
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2022-03-31 16:00:11 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2022-03-31 16:00:11 +0200
commite91d65cd2fa4ea1965de5035e658bb866fcf38db (patch)
tree7f76333dd3bf942e36fe1ec75fcc54bc86fad96e /src/drivers/WinAPI
parent34d02a3ddf4753d512863b064998d163dc7e1da4 (diff)
Fix whitespace errors (no code changes)
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.