xwayland: read window title & class

This commit is contained in:
emersion 2017-09-29 15:57:21 +02:00
parent 6479fb27be
commit e3917af69d
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 89 additions and 2 deletions

View file

@ -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;