diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-05-04 15:49:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-04 15:49:54 -0400 |
commit | a5e70a2ac92806c5d773a76ac76912f9807eba2d (patch) | |
tree | 5f38d3579a75780ca0ed407ecfef8de30738714f /include | |
parent | caf9f9022c32216da562f4ca6f6d8fb5c101d0ae (diff) | |
parent | cf10cbc00ca714e28b37118d42fd5af64e3bbf13 (diff) |
Merge pull request #953 from emersion/xwayland-utf8-title
Use UTF-8 xwayland window title if available
Diffstat (limited to 'include')
-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; |