mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-18 06:59:46 -05:00
Drop dummy wl_grab_surface hack
This commit is contained in:
parent
855ab75787
commit
4be2ed9611
4 changed files with 3 additions and 29 deletions
|
|
@ -36,12 +36,6 @@ enum {
|
|||
WL_EVENT_WRITEABLE = 0x02
|
||||
};
|
||||
|
||||
/* FIXME: We really want in-process objects here, so that the
|
||||
* compositor grabs can be implemented as passive grabs and the events
|
||||
* be delivered to an in-process listener. For now, we use this
|
||||
* special case as the grabbing surface. */
|
||||
extern struct wl_surface wl_grab_surface;
|
||||
|
||||
struct wl_event_loop;
|
||||
struct wl_event_source;
|
||||
typedef void (*wl_event_loop_fd_func_t)(int fd, uint32_t mask, void *data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue