mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-07-16 04:12:03 +00:00
[client] wayland: fix broken initialization
This commit is contained in:
committed by
Geoffrey McRae
parent
da7d1a2ead
commit
2f59de572b
@@ -97,7 +97,6 @@ bool waylandColorMgmtInit(void)
|
|||||||
return true;
|
return true;
|
||||||
|
|
||||||
wp_color_manager_v1_add_listener(wlWm.colorManager, &cmListener, NULL);
|
wp_color_manager_v1_add_listener(wlWm.colorManager, &cmListener, NULL);
|
||||||
wl_display_roundtrip(wlWm.display);
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user