wayland: Remove overly complex cursor cache

This commit is contained in:
Jasper St. Pierre
2014-08-10 12:15:40 -04:00
parent cb60da5f6b
commit a07fc2f85d
4 changed files with 19 additions and 65 deletions

View File

@ -64,7 +64,7 @@ struct _GdkWaylandDisplay
struct wl_data_device_manager *data_device_manager;
struct wl_cursor_theme *cursor_theme;
GSList *cursor_cache;
GHashTable *cursor_cache;
GSource *event_source;