aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-09-13 08:44:32 -0400
committerTony Crisci <tony@dubstepdish.com>2017-09-13 08:44:32 -0400
commit353629b034654c686d0bf28c765a9e0160672310 (patch)
tree95d9ed1051063cb2f5b39edd2f3321626708b692 /include
parent2fd5c7999b1ecb93700ab6e61ae54f65e147518b (diff)
xdg-surface geometry
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_xdg_shell_v6.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_xdg_shell_v6.h b/include/wlr/types/wlr_xdg_shell_v6.h
index a6e62628..0a060444 100644
--- a/include/wlr/types/wlr_xdg_shell_v6.h
+++ b/include/wlr/types/wlr_xdg_shell_v6.h
@@ -1,5 +1,6 @@
#ifndef _WLR_XDG_SHELL_V6_H
#define _WLR_XDG_SHELL_V6_H
+#include <wlr/types/wlr_box.h>
#include <wayland-server.h>
struct wlr_xdg_shell_v6 {
@@ -25,6 +26,10 @@ struct wlr_xdg_surface_v6 {
char *title;
char *app_id;
+ bool has_next_geometry;
+ struct wlr_box *next_geometry;
+ struct wlr_box *geometry;
+
struct wl_listener surface_destroy_listener;
struct wl_listener surface_commit_listener;