From 508dd69b5654b632cbbae9d20068cbc3b5ff7eb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 8 May 2013 09:45:59 -0400 Subject: [PATCH] server: Drop struct wl_surface This struct was only defined in the server API for the purpose of the input structs and helper functions. Now that those are gone we can dro it. --- src/wayland-server.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/wayland-server.h b/src/wayland-server.h index ac925297..a9cf5442 100644 --- a/src/wayland-server.h +++ b/src/wayland-server.h @@ -208,10 +208,6 @@ struct wl_buffer { uint32_t busy_count; }; -struct wl_surface { - struct wl_resource resource; -}; - /* * Post an event to the client's object referred to by 'resource'. * 'opcode' is the event number generated from the protocol XML