mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
xwayland: add set_geometry event
This is necessary to react to changes in position of override-redirect views.
This commit is contained in:
parent
afeb941ca0
commit
99f3c643bf
2 changed files with 16 additions and 4 deletions
|
|
@ -198,6 +198,7 @@ struct wlr_xwayland_surface {
|
|||
struct wl_signal set_hints;
|
||||
struct wl_signal set_decorations;
|
||||
struct wl_signal set_override_redirect;
|
||||
struct wl_signal set_geometry;
|
||||
struct wl_signal ping_timeout;
|
||||
} events;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue