diff options
author | Guido Günther <agx@sigxcpu.org> | 2018-02-18 22:55:41 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2018-02-18 23:42:04 +0100 |
commit | 15afef6cbc1cbac3557c9626b2f8eb3ec1752c96 (patch) | |
tree | e16a430fd96b02dbbdee5753d3b4c7f292e3c67e /include | |
parent | 4ded535354229022dda66c474b097d9e9234effa (diff) |
x11 backend: set window title
This makes windows identifiable in the window list
Diffstat (limited to 'include')
-rw-r--r-- | include/backend/x11.h | 2 |
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 |