basic wl-shell

This commit is contained in:
Tony Crisci 2017-12-03 14:21:26 -05:00
parent 59db38ce17
commit 8239067da4
5 changed files with 107 additions and 0 deletions

View file

@ -30,6 +30,9 @@ struct sway_server {
struct wlr_xdg_shell_v6 *xdg_shell_v6;
struct wl_listener xdg_shell_v6_surface;
struct wlr_wl_shell *wl_shell;
struct wl_listener wl_shell_surface;
};
struct sway_server server;