mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-05 13:29:50 -05:00
server: Disconnect client on error
This commit is contained in:
parent
47b446987d
commit
58b9c1bf17
2 changed files with 17 additions and 11 deletions
|
|
@ -226,8 +226,10 @@ struct wl_selection {
|
|||
struct wl_listener selection_focus_listener;
|
||||
};
|
||||
|
||||
void
|
||||
wl_resource_post_event(struct wl_resource *resource, uint32_t opcode, ...);
|
||||
void wl_resource_post_event(struct wl_resource *resource,
|
||||
uint32_t opcode, ...);
|
||||
void wl_resource_post_error(struct wl_resource *resource,
|
||||
uint32_t code, const char *msg, ...);
|
||||
|
||||
int
|
||||
wl_display_set_compositor(struct wl_display *display,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue