summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2011-08-20 15:48:11 -0400
committerKristian Høgsberg <krh@bitplanet.net>2011-08-27 12:06:11 -0400
commit2b6f3cd2b85052dc5127d22ebb2269ab3f69bf9a (patch)
tree73d6583aa44df6520f93ab9f628ea72b30401ca7
parente489e824fac5973499390884797b4c1a256dd184 (diff)
server: wl_display and wl_input_device are no longer resources
-rw-r--r--src/wayland-server.c1
-rw-r--r--src/wayland-server.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/wayland-server.c b/src/wayland-server.c
index 61317fe..06c1acc 100644
--- a/src/wayland-server.c
+++ b/src/wayland-server.c
@@ -65,7 +65,6 @@ struct wl_client {
};
struct wl_display {
- struct wl_resource resource;
struct wl_event_loop *loop;
int run;
diff --git a/src/wayland-server.h b/src/wayland-server.h
index c2b2a17..e5f1767 100644
--- a/src/wayland-server.h
+++ b/src/wayland-server.h
@@ -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;