Drop dummy wl_grab_surface hack

This commit is contained in:
Kristian Høgsberg 2010-12-07 09:15:57 -05:00
parent 855ab75787
commit 4be2ed9611
4 changed files with 3 additions and 29 deletions

View file

@ -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);