diff options
| author | Kristian Høgsberg <krh@bitplanet.net> | 2013-05-08 09:45:59 -0400 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-05-08 09:45:59 -0400 |
| commit | 508dd69b5654b632cbbae9d20068cbc3b5ff7eb9 (patch) | |
| tree | f3c30e42a850b41a134f316c90e74a34a3e3b40a /src/wayland-server.h | |
| parent | Remove input structs (diff) | |
| download | wayland-508dd69b5654b632cbbae9d20068cbc3b5ff7eb9.tar wayland-508dd69b5654b632cbbae9d20068cbc3b5ff7eb9.tar.gz wayland-508dd69b5654b632cbbae9d20068cbc3b5ff7eb9.tar.bz2 wayland-508dd69b5654b632cbbae9d20068cbc3b5ff7eb9.tar.lz wayland-508dd69b5654b632cbbae9d20068cbc3b5ff7eb9.tar.xz wayland-508dd69b5654b632cbbae9d20068cbc3b5ff7eb9.tar.zst wayland-508dd69b5654b632cbbae9d20068cbc3b5ff7eb9.zip | |
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.
Diffstat (limited to 'src/wayland-server.h')
| -rw-r--r-- | src/wayland-server.h | 4 |
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 |
