mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Use UTF-8 xwayland window title if available
This commit is contained in:
parent
caf9f9022c
commit
cf10cbc00c
2 changed files with 6 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue