mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
xwayland: read window title & class
This commit is contained in:
parent
6479fb27be
commit
e3917af69d
3 changed files with 89 additions and 2 deletions
|
|
@ -40,6 +40,10 @@ struct wlr_xwayland_surface {
|
|||
uint16_t width, height;
|
||||
bool override_redirect;
|
||||
|
||||
char *title;
|
||||
char *class;
|
||||
char *instance;
|
||||
|
||||
struct {
|
||||
struct wl_signal destroy;
|
||||
} events;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue