diff options
author | emersion <contact@emersion.fr> | 2017-11-18 09:09:23 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-11-18 09:09:23 +0100 |
commit | a3a8b7bfd8d1616cdf9f7ba911616ca0baeedc67 (patch) | |
tree | 37c802d9abe65d9ba20dbe0ae839aaff39a960a6 /include/wlr | |
parent | e2843d87c868341869cf905f6c77531e78d997ad (diff) |
Fixed a bug with move-resize, removed xdg-shell ack_configure event
Fixed move-resizing a view when only one coordinate changes.
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 d0e7957b..6ac84cef 100644 --- a/include/wlr/types/wlr_xdg_shell_v6.h +++ b/include/wlr/types/wlr_xdg_shell_v6.h @@ -125,7 +125,6 @@ struct wlr_xdg_surface_v6 { struct { struct wl_signal commit; struct wl_signal destroy; - struct wl_signal ack_configure; struct wl_signal ping_timeout; struct wl_signal request_maximize; |