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:
Kristian Høgsberg 2010-09-07 21:08:59 -04:00
parent 7cd36185d7
commit 50038e4757
3 changed files with 61 additions and 75 deletions

View file

@ -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,