diff options
author | emersion <contact@emersion.fr> | 2017-09-26 23:59:25 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-09-26 23:59:25 +0200 |
commit | ed9a43c2134f19ddaa4d8e7c9f680d8a3d8329a6 (patch) | |
tree | 0fee00bb989aefceb807b2b4306f45dbfe2ddff2 /include/rootston | |
parent | 1ddda91b1b647df339b5b0a6aefa383e48d634d8 (diff) |
Add first try to add wl_shell to rootston
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/desktop.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rootston/desktop.h b/include/rootston/desktop.h index 62050972..ef361d87 100644 --- a/include/rootston/desktop.h +++ b/include/rootston/desktop.h @@ -39,6 +39,7 @@ struct roots_desktop { struct wl_listener output_add; struct wl_listener output_remove; struct wl_listener xdg_shell_v6_surface; + struct wl_listener wl_shell_surface; }; struct roots_server; @@ -55,5 +56,6 @@ void output_add_notify(struct wl_listener *listener, void *data); void output_remove_notify(struct wl_listener *listener, void *data); void handle_xdg_shell_v6_surface(struct wl_listener *listener, void *data); +void handle_wl_shell_surface(struct wl_listener *listener, void *data); #endif |