mirror of https://github.com/fltk/fltk
Fix typo in comment referring to github issue
This commit is contained in:
parent
dac5f0ab39
commit
ee05d4bd3a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue