mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-13 13:29:47 -05:00
Drop wl_surface_post_event() helper
Now wl_client_post_event() is the only entry point for sending out events.
This commit is contained in:
parent
7cd36185d7
commit
50038e4757
3 changed files with 61 additions and 75 deletions
|
|
@ -148,11 +148,6 @@ wl_client_post_event(struct wl_client *client,
|
|||
struct wl_object *sender,
|
||||
uint32_t event, ...);
|
||||
|
||||
void
|
||||
wl_surface_post_event(struct wl_surface *surface,
|
||||
struct wl_object *sender,
|
||||
uint32_t event, ...);
|
||||
|
||||
int
|
||||
wl_display_set_compositor(struct wl_display *display,
|
||||
struct wl_compositor *compositor,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue