summaryrefslogtreecommitdiffstats
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-20 15:48:11 -0400
commit5dc90adc19a2dadc59983e5683265a09b508e693 (patch)
tree06a6a57ef40263d886ee4bf0d95dce64232fe4e5
parentUpdate TODO (diff)
downloadwayland-5dc90adc19a2dadc59983e5683265a09b508e693.tar
wayland-5dc90adc19a2dadc59983e5683265a09b508e693.tar.gz
wayland-5dc90adc19a2dadc59983e5683265a09b508e693.tar.bz2
wayland-5dc90adc19a2dadc59983e5683265a09b508e693.tar.lz
wayland-5dc90adc19a2dadc59983e5683265a09b508e693.tar.xz
wayland-5dc90adc19a2dadc59983e5683265a09b508e693.tar.zst
wayland-5dc90adc19a2dadc59983e5683265a09b508e693.zip
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;