mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-13 14:32:57 -04:00
Merge branch 'x11-props' into 'master'
backend/x11: Implement a few useful window properties See merge request wlroots/wlroots!4862
This commit is contained in:
commit
505cc205d1
3 changed files with 35 additions and 0 deletions
|
|
@ -96,6 +96,9 @@ struct wlr_x11_backend {
|
|||
xcb_atom_t net_wm_name;
|
||||
xcb_atom_t utf8_string;
|
||||
xcb_atom_t variable_refresh;
|
||||
xcb_atom_t net_wm_pid;
|
||||
xcb_atom_t wm_client_machine;
|
||||
xcb_atom_t wm_class;
|
||||
} atoms;
|
||||
|
||||
// The time we last received an event
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue