Revert "pointer: Remove focus listener"

This reverts commit a8ac2cc275.
This commit is contained in:
Jasper St. Pierre
2013-12-03 10:50:35 -05:00
parent b2c18c4a78
commit 602307e694
2 changed files with 18 additions and 0 deletions

View File

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