diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-02-18 17:46:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-18 17:46:51 -0500 |
commit | 566c98846a92300d29e9fb4b408fd7e51898d42c (patch) | |
tree | 8ca9ddd9cd218b6e2c9c93f69ac5f18849dab054 /include | |
parent | 088028c570dd5b52f81069654166f0117667fac0 (diff) | |
parent | 15afef6cbc1cbac3557c9626b2f8eb3ec1752c96 (diff) |
Merge pull request #645 from agx/x11-window-title
x11 backend: set window title
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 |