From cf10cbc00ca714e28b37118d42fd5af64e3bbf13 Mon Sep 17 00:00:00 2001 From: emersion Date: Fri, 4 May 2018 20:44:00 +0100 Subject: Use UTF-8 xwayland window title if available --- include/wlr/xwayland.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr') 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; -- cgit v1.2.3