Implement window_role criteria token

Depends on https://github.com/swaywm/wlroots/pull/1226
This commit is contained in:
Ryan Dwyer 2018-09-02 20:06:25 +10:00
parent 0b61bae8fb
commit 29f5cc7508
3 changed files with 28 additions and 7 deletions

View file

@ -170,6 +170,7 @@ struct sway_xwayland_view {
struct wl_listener request_activate;
struct wl_listener set_title;
struct wl_listener set_class;
struct wl_listener set_role;
struct wl_listener set_window_type;
struct wl_listener set_hints;
struct wl_listener map;