mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-05-03 06:46:33 -04:00
Merge branch 'mediated-shutdown' into 'main'
client: Add mediated reader stopping for display proxy See merge request wayland/wayland!14
This commit is contained in:
commit
ff197edbd9
3 changed files with 269 additions and 9 deletions
|
|
@ -234,6 +234,12 @@ wl_display_disconnect(struct wl_display *display);
|
|||
int
|
||||
wl_display_get_fd(struct wl_display *display);
|
||||
|
||||
int
|
||||
wl_display_get_stop_fd(struct wl_display *display);
|
||||
|
||||
int
|
||||
wl_display_stop(struct wl_display *display, int wait_readers);
|
||||
|
||||
int
|
||||
wl_display_dispatch(struct wl_display *display);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue