Use the per-surface destroy callback for grabs as well

This commit is contained in:
Kristian Høgsberg 2010-12-06 17:33:11 -05:00
parent ab8475cafd
commit 3d76e652c5
3 changed files with 37 additions and 45 deletions

View file

@ -147,8 +147,6 @@ struct wlsc_compositor {
struct wl_list input_device_list;
struct wl_list surface_list;
struct wl_list surface_destroy_listener_list;
/* Repaint state. */
struct wl_event_source *timer_source;
int repaint_needed;