From 5dc90adc19a2dadc59983e5683265a09b508e693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Sat, 20 Aug 2011 15:48:11 -0400 Subject: [PATCH] server: wl_display and wl_input_device are no longer resources --- src/wayland-server.c | 1 - src/wayland-server.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/wayland-server.c b/src/wayland-server.c index 61317fe6..06c1acce 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 c2b2a178..e5f17672 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;