server: wl_display and wl_input_device are no longer resources
authorKristian Høgsberg <krh@bitplanet.net>
Sat, 20 Aug 2011 19:48:11 +0000 (15:48 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Sat, 27 Aug 2011 16:06:11 +0000 (12:06 -0400)
src/wayland-server.c
src/wayland-server.h

index 61317fe..06c1acc 100644 (file)
@@ -65,7 +65,6 @@ struct wl_client {
 };
 
 struct wl_display {
-       struct wl_resource resource;
        struct wl_event_loop *loop;
        int run;
 
index c2b2a17..e5f1767 100644 (file)
@@ -172,7 +172,6 @@ struct wl_grab {
 };
 
 struct wl_input_device {
-       struct wl_resource resource;
        struct wl_list resource_list;
        struct wl_compositor *compositor;
        struct wl_resource *pointer_focus_resource;