pointer/keyboard: Do a series of renames to our listener as well

This commit is contained in:
Jasper St. Pierre
2014-02-17 19:13:16 -05:00
parent 2e7a56a28f
commit 515dc08a97
4 changed files with 14 additions and 16 deletions

View File

@ -48,7 +48,7 @@ struct _MetaWaylandPointer
struct wl_list resource_list;
MetaWaylandSurface *focus;
struct wl_resource *focus_resource;
struct wl_listener focus_listener;
struct wl_listener focus_surface_listener;
guint32 focus_serial;
guint32 click_serial;