diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-03-20 14:07:33 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-03-20 14:07:33 +0100 |
| commit | a2229c8b6b008731913aa7bcce7f9ea6941b1e09 (patch) | |
| tree | 083d8326e55b44703268d6155c3be382ed865ec6 | |
| parent | bc606cce5703ce139eb47c3eb2fd716f23a5d84f (diff) | |
Fix typo in comment.
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.cxx b/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.cxx index 4d8f478e3..505709e09 100644 --- a/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.cxx +++ b/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.cxx @@ -299,7 +299,7 @@ void Fl_Wayland_Gl_Window_Driver::swap_buffers() { } if (egl_surface) { - //eglSwapInterval(egl_display, 0); // doesn't sem to have any effect in this context + //eglSwapInterval(egl_display, 0); // doesn't seem to have any effect in this context if (!egl_resize_in_progress) { while (wl_display_prepare_read(fl_display) != 0) { wl_display_dispatch_pending(fl_display); |
