mirror of
https://github.com/fltk/fltk.git
synced 2026-06-02 07:26:57 +08:00
Fix typo in comment referring to github issue
This commit is contained in:
@@ -328,7 +328,7 @@ void Fl_Wayland_Gl_Window_Driver::swap_buffers() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (egl_surface) {
|
if (egl_surface) {
|
||||||
if (pWindow->parent()) { // issue #976
|
if (pWindow->parent()) { // issue #967
|
||||||
struct wld_window *xid = fl_wl_xid(pWindow);
|
struct wld_window *xid = fl_wl_xid(pWindow);
|
||||||
if (xid->frame_cb) return;
|
if (xid->frame_cb) return;
|
||||||
xid->frame_cb = wl_surface_frame(xid->wl_surface);
|
xid->frame_cb = wl_surface_frame(xid->wl_surface);
|
||||||
|
|||||||
Reference in New Issue
Block a user