mirror of
https://github.com/labwc/labwc.git
synced 2026-02-15 22:05:25 -05:00
Add partial support for layer-shell
We can now run swaybg and waybar
This commit is contained in:
parent
00adc7ed34
commit
a4c22f7c4d
7 changed files with 426 additions and 1 deletions
|
|
@ -48,7 +48,11 @@ struct server {
|
|||
struct wlr_backend *backend;
|
||||
|
||||
struct wlr_xdg_shell *xdg_shell;
|
||||
struct wlr_layer_shell_v1 *layer_shell;
|
||||
|
||||
struct wl_listener new_xdg_surface;
|
||||
struct wl_listener new_layer_surface;
|
||||
|
||||
struct wl_listener xdg_toplevel_decoration;
|
||||
struct wlr_xwayland *xwayland;
|
||||
struct wl_listener new_xwayland_surface;
|
||||
|
|
@ -88,6 +92,7 @@ struct output {
|
|||
struct wl_list link;
|
||||
struct server *server;
|
||||
struct wlr_output *wlr_output;
|
||||
struct wl_list layers[4];
|
||||
struct wl_listener frame;
|
||||
struct wl_listener destroy;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue