simple-shm: Fix inverted logic
This commit is contained in:
parent
97d44aa58b
commit
2821aaaf9c
@ -205,7 +205,7 @@ create_display(void)
|
||||
|
||||
wl_display_get_fd(display->display, event_mask_update, display);
|
||||
|
||||
while (display->xrgb_visual)
|
||||
while (!display->xrgb_visual)
|
||||
wl_display_roundtrip(display->display);
|
||||
|
||||
return display;
|
||||
|
Loading…
Reference in New Issue
Block a user