mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Merge pull request #645 from agx/x11-window-title
x11 backend: set window title
This commit is contained in:
commit
566c98846a
2 changed files with 12 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue