mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Reset exclusivity after shell layer
Also fixes an issue which was applying exclusivity to all edges
This commit is contained in:
parent
df9dbf3170
commit
ab6c2bf584
2 changed files with 43 additions and 23 deletions
|
|
@ -4,6 +4,7 @@
|
|||
#include <pixman.h>
|
||||
#include <time.h>
|
||||
#include <wayland-server.h>
|
||||
#include <wlr/types/wlr_box.h>
|
||||
#include <wlr/types/wlr_output_damage.h>
|
||||
|
||||
struct roots_desktop;
|
||||
|
|
@ -19,6 +20,8 @@ struct roots_output {
|
|||
struct timespec last_frame;
|
||||
struct wlr_output_damage *damage;
|
||||
|
||||
struct wlr_box usable_area;
|
||||
|
||||
struct wl_listener destroy;
|
||||
struct wl_listener damage_frame;
|
||||
struct wl_listener damage_destroy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue