aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-09-16 19:32:23 -0400
committerTony Crisci <tony@dubstepdish.com>2017-09-16 19:32:23 -0400
commit2573c429ee62d875ad2480fd29bef775cb33fa32 (patch)
tree8ea57e1d1248b1f5e8a19cbe3dfd2e3c09567705 /include
parent49a24225a269f3266d8a11aae265a34d7d384efb (diff)
reset pending geometry on ack configure
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_xdg_shell_v6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_xdg_shell_v6.h b/include/wlr/types/wlr_xdg_shell_v6.h
index f57dde10..5183abd5 100644
--- a/include/wlr/types/wlr_xdg_shell_v6.h
+++ b/include/wlr/types/wlr_xdg_shell_v6.h
@@ -63,7 +63,7 @@ struct wlr_xdg_toplevel_v6 {
struct wlr_xdg_surface_v6_configure {
struct wl_list link; // wlr_xdg_surface_v6::configure_list
uint32_t serial;
- struct wlr_xdg_toplevel_v6_state *state;
+ struct wlr_xdg_toplevel_v6_state state;
};
struct wlr_xdg_surface_v6 {