Get rid of wl_client_add_surface() special case

This commit is contained in:
Kristian Høgsberg 2010-09-02 20:27:16 -04:00
parent e9d37bdc5f
commit f66d0f4e14
3 changed files with 8 additions and 24 deletions

View file

@ -156,12 +156,6 @@ wl_display_set_compositor(struct wl_display *display,
struct wl_compositor *compositor,
const struct wl_compositor_interface *implementation);
int
wl_client_add_surface(struct wl_client *client,
struct wl_surface *surface,
const struct wl_surface_interface *implementation,
uint32_t id);
void
wl_client_send_acknowledge(struct wl_client *client,
struct wl_compositor *compositor,