From 15afef6cbc1cbac3557c9626b2f8eb3ec1752c96 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sun, 18 Feb 2018 22:55:41 +0100 Subject: x11 backend: set window title This makes windows identifiable in the window list --- include/backend/x11.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/backend/x11.h b/include/backend/x11.h index c5f258c0..9e1c8146 100644 --- a/include/backend/x11.h +++ b/include/backend/x11.h @@ -46,6 +46,8 @@ struct wlr_x11_backend { struct { struct wlr_x11_atom wm_protocols; struct wlr_x11_atom wm_delete_window; + struct wlr_x11_atom net_wm_name; + struct wlr_x11_atom utf8_string; } atoms; // The time we last received an event -- cgit v1.2.3