mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
basic wl-shell
This commit is contained in:
parent
59db38ce17
commit
8239067da4
5 changed files with 107 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue