aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/view.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-09-29 18:28:38 +0200
committeremersion <contact@emersion.fr>2017-09-29 18:28:38 +0200
commitd8c86431e0b6a72f5cccd8f9e09059aa9eff9fd3 (patch)
tree632349304f49c977bdd7bf343d1fd38d677772ae /include/rootston/view.h
parentf2b03b2ec13a4b4eb940366852580ff0e6454a40 (diff)
xwayland: add signals for configure, set_{class,title}
Diffstat (limited to 'include/rootston/view.h')
-rw-r--r--include/rootston/view.h1
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 {