mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 16:58:01 +02:00
simple-shm: Fix inverted logic
This commit is contained in:
parent
97d44aa58b
commit
2821aaaf9c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue