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:
Kristian Høgsberg 2013-05-08 09:45:59 -04:00
parent e920572e5c
commit 508dd69b56

View file

@ -208,10 +208,6 @@ struct wl_buffer {
uint32_t busy_count; uint32_t busy_count;
}; };
struct wl_surface {
struct wl_resource resource;
};
/* /*
* Post an event to the client's object referred to by 'resource'. * Post an event to the client's object referred to by 'resource'.
* 'opcode' is the event number generated from the protocol XML * 'opcode' is the event number generated from the protocol XML