mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-13 13:29:44 -05:00
xwayland: add signals for configure, set_{class,title}
This commit is contained in:
parent
f2b03b2ec1
commit
d8c86431e0
5 changed files with 77 additions and 19 deletions
|
|
@ -31,6 +31,7 @@ struct roots_xwayland_surface {
|
|||
struct roots_view *view;
|
||||
// TODO: Maybe destroy listener should go in roots_view
|
||||
struct wl_listener destroy;
|
||||
struct wl_listener request_configure;
|
||||
};
|
||||
|
||||
enum roots_view_type {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue