aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/output.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-03-26 12:22:17 -0400
committerDrew DeVault <sir@cmpwn.com>2018-03-27 18:50:32 -0400
commitab6c2bf5849a83cea0b6cb0e78d17d054ff07b19 (patch)
tree7289d72c4155a7a6b1410509de40b76372dd943f /include/rootston/output.h
parentdf9dbf31706254887652b54214e2c9ee2346f0e8 (diff)
Reset exclusivity after shell layer
Also fixes an issue which was applying exclusivity to all edges
Diffstat (limited to 'include/rootston/output.h')
-rw-r--r--include/rootston/output.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/rootston/output.h b/include/rootston/output.h
index 5cdbcb32..535c07d8 100644
--- a/include/rootston/output.h
+++ b/include/rootston/output.h
@@ -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;