Use UTF-8 xwayland window title if available

This commit is contained in:
emersion 2018-05-04 20:44:00 +01:00
parent caf9f9022c
commit cf10cbc00c
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 6 additions and 2 deletions

View file

@ -103,6 +103,7 @@ struct wlr_xwayland_surface {
char *class;
char *instance;
pid_t pid;
bool has_utf8_title;
struct wl_list children; // wlr_xwayland_surface::parent_link
struct wlr_xwayland_surface *parent;