aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-05-04 20:44:00 +0100
committeremersion <contact@emersion.fr>2018-05-04 20:44:00 +0100
commitcf10cbc00ca714e28b37118d42fd5af64e3bbf13 (patch)
tree5f38d3579a75780ca0ed407ecfef8de30738714f /include/wlr
parentcaf9f9022c32216da562f4ca6f6d8fb5c101d0ae (diff)
Use UTF-8 xwayland window title if available
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/xwayland.h1
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;