diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-09-16 19:32:23 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-09-16 19:32:23 -0400 |
commit | 2573c429ee62d875ad2480fd29bef775cb33fa32 (patch) | |
tree | 8ea57e1d1248b1f5e8a19cbe3dfd2e3c09567705 /include/wlr | |
parent | 49a24225a269f3266d8a11aae265a34d7d384efb (diff) |
reset pending geometry on ack configure
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_xdg_shell_v6.h | 2 |
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 { |