diff options
author | emersion <contact@emersion.fr> | 2018-03-10 11:18:50 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-03-10 11:18:50 +0100 |
commit | 3f072bedd98969974ec1d3e8ffd9bae4150e52d4 (patch) | |
tree | 48bfa58f93acac72f435f294a14c83621369f171 /include/rootston | |
parent | c27fd1e1ee9826ea0668d2bb5aa8644daec29a7f (diff) |
xdg-shell-v6: add map signal
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h index 66a0cb3d..0844a6da 100644 --- a/include/rootston/view.h +++ b/include/rootston/view.h @@ -27,6 +27,8 @@ struct roots_xdg_surface_v6 { struct wl_listener destroy; struct wl_listener new_popup; + struct wl_listener map; + struct wl_listener unmap; struct wl_listener request_move; struct wl_listener request_resize; struct wl_listener request_maximize; |