aboutsummaryrefslogtreecommitdiff
path: root/include/backend/x11.h
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2018-02-18 22:55:41 +0100
committerGuido Günther <agx@sigxcpu.org>2018-02-18 23:42:04 +0100
commit15afef6cbc1cbac3557c9626b2f8eb3ec1752c96 (patch)
treee16a430fd96b02dbbdee5753d3b4c7f292e3c67e /include/backend/x11.h
parent4ded535354229022dda66c474b097d9e9234effa (diff)
x11 backend: set window title
This makes windows identifiable in the window list
Diffstat (limited to 'include/backend/x11.h')
-rw-r--r--include/backend/x11.h2
1 files changed, 2 insertions, 0 deletions
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