diff options
author | emersion <contact@emersion.fr> | 2018-05-04 20:44:00 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-05-04 20:44:00 +0100 |
commit | cf10cbc00ca714e28b37118d42fd5af64e3bbf13 (patch) | |
tree | 5f38d3579a75780ca0ed407ecfef8de30738714f /include/wlr | |
parent | caf9f9022c32216da562f4ca6f6d8fb5c101d0ae (diff) |
Use UTF-8 xwayland window title if available
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/xwayland.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h index b2c23667..53c777d7 100644 --- a/include/wlr/xwayland.h +++ b/include/wlr/xwayland.h @@ -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; |