diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-11-25 17:13:24 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-11-25 17:13:24 -0500 |
commit | d361cda3b637360951146624fd06fc7d43df3da3 (patch) | |
tree | 89a6487b1e3778a16252134f0dfad3218b6f9b7e /include/wlr | |
parent | f2b225ad0b6c0d118fa98b9c9691ab7729e37326 (diff) |
Revert "Add xdg_shell ack_configure event"
This reverts commit f2b225ad0b6c0d118fa98b9c9691ab7729e37326.
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_xdg_shell_v6.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_xdg_shell_v6.h b/include/wlr/types/wlr_xdg_shell_v6.h index 1d881791..6ac84cef 100644 --- a/include/wlr/types/wlr_xdg_shell_v6.h +++ b/include/wlr/types/wlr_xdg_shell_v6.h @@ -126,7 +126,6 @@ struct wlr_xdg_surface_v6 { struct wl_signal commit; struct wl_signal destroy; struct wl_signal ping_timeout; - struct wl_signal ack_configure; struct wl_signal request_maximize; struct wl_signal request_fullscreen; |