mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
Add a toy-display object that caches state.
This will be GdkDisplay for GTK+ on Wayland etc. This restores the terminal fullscreen mode.
This commit is contained in:
parent
8e438625ae
commit
43c28eee32
5 changed files with 111 additions and 75 deletions
|
|
@ -409,9 +409,6 @@ wl_display_create(const char *name, size_t name_size)
|
|||
connection_update,
|
||||
display);
|
||||
|
||||
/* Process connection events. */
|
||||
wl_display_iterate(display, WL_CONNECTION_READABLE);
|
||||
|
||||
return display;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue