mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-10 13:29:48 -05:00
Use glib main loop for all clients.
This commit is contained in:
parent
fb59084fbf
commit
1cbaa6abac
6 changed files with 90 additions and 126 deletions
|
|
@ -44,7 +44,7 @@ wayland_source_dispatch(GSource *base,
|
|||
WaylandSource *source = (WaylandSource *) base;
|
||||
|
||||
wl_display_iterate(source->display,
|
||||
WL_DISPLAY_READABLE | WL_DISPLAY_WRITABLE);
|
||||
WL_DISPLAY_READABLE);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue