mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-10 13:29:44 -05:00
xwm: map and unmap notify
This commit is contained in:
parent
22435e00c5
commit
e5ee01254b
4 changed files with 53 additions and 15 deletions
|
|
@ -99,6 +99,8 @@ struct wlr_xwayland_surface {
|
|||
struct {
|
||||
struct wl_signal destroy;
|
||||
struct wl_signal request_configure;
|
||||
struct wl_signal map_notify;
|
||||
struct wl_signal unmap_notify;
|
||||
struct wl_signal set_title;
|
||||
struct wl_signal set_class;
|
||||
struct wl_signal set_parent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue