Merge pull request #645 from agx/x11-window-title

x11 backend: set window title
This commit is contained in:
Drew DeVault 2018-02-18 17:46:51 -05:00 committed by GitHub
commit 566c98846a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View file

@ -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