Skip to content

Commit

Permalink
Fix typo in comment referring to github issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ManoloFLTK committed Jul 12, 2024
1 parent dac5f0a commit ee05d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ void Fl_Wayland_Gl_Window_Driver::swap_buffers() {
}

if (egl_surface) {
if (pWindow->parent()) { // issue #976
if (pWindow->parent()) { // issue #967
struct wld_window *xid = fl_wl_xid(pWindow);
if (xid->frame_cb) return;
xid->frame_cb = wl_surface_frame(xid->wl_surface);
Expand Down

0 comments on commit ee05d4b

Please sign in to comment.