Initial scaffolding of layer shell

This commit is contained in:
Drew DeVault 2018-03-17 15:07:48 -04:00
parent 575bc81d54
commit f29d8b55ae
7 changed files with 419 additions and 1 deletions

View file

@ -48,6 +48,7 @@ struct roots_desktop {
struct wlr_idle *idle;
struct wlr_idle_inhibit_manager_v1 *idle_inhibit;
struct wlr_linux_dmabuf *linux_dmabuf;
struct wlr_layer_shell *layer_shell;
struct wl_listener new_output;
struct wl_listener layout_change;