summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2013-05-08 09:45:59 -0400
committerKristian Høgsberg <krh@bitplanet.net>2013-05-08 09:45:59 -0400
commit508dd69b5654b632cbbae9d20068cbc3b5ff7eb9 (patch)
treef3c30e42a850b41a134f316c90e74a34a3e3b40a
parente920572e5cc120b3d03b0b2c40af67927fcb73d7 (diff)
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.
-rw-r--r--src/wayland-server.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wayland-server.h b/src/wayland-server.h
index ac92529..a9cf544 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