Don't define wl_shell in wayland-server.h

This commit is contained in:
Kristian Høgsberg 2011-04-22 17:54:18 -04:00
parent 6ae42181c0
commit c964a5201e

View file

@ -146,10 +146,6 @@ struct wl_surface {
struct wl_list destroy_listener_list;
};
struct wl_shell {
struct wl_object object;
};
struct wl_grab;
struct wl_grab_interface {
void (*motion)(struct wl_grab *grab,