diff options
author | emersion <contact@emersion.fr> | 2017-09-29 18:28:38 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-09-29 18:28:38 +0200 |
commit | d8c86431e0b6a72f5cccd8f9e09059aa9eff9fd3 (patch) | |
tree | 632349304f49c977bdd7bf343d1fd38d677772ae /include/rootston | |
parent | f2b03b2ec13a4b4eb940366852580ff0e6454a40 (diff) |
xwayland: add signals for configure, set_{class,title}
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h index da3b189d..2bd71104 100644 --- a/include/rootston/view.h +++ b/include/rootston/view.h @@ -31,6 +31,7 @@ struct roots_xwayland_surface { struct roots_view *view; // TODO: Maybe destroy listener should go in roots_view struct wl_listener destroy; + struct wl_listener request_configure; }; enum roots_view_type { |