mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
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.
This commit is contained in:
parent
e920572e5c
commit
508dd69b56
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue