xwayland: add set_parent event

This commit is contained in:
emersion 2017-09-29 20:22:35 +02:00
parent d8c86431e0
commit 7c9f3240f6
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 3 additions and 0 deletions

View file

@ -52,6 +52,7 @@ struct wlr_xwayland_surface {
struct wl_signal set_title;
struct wl_signal set_class;
struct wl_signal set_parent;
} events;
void *data;