mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-14 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
|
|
@ -418,6 +418,9 @@ struct wlr_backend *wlr_x11_backend_create(struct wl_event_loop *loop,
|
|||
{ .name = "_NET_WM_NAME", .atom = &x11->atoms.net_wm_name },
|
||||
{ .name = "UTF8_STRING", .atom = &x11->atoms.utf8_string },
|
||||
{ .name = "_VARIABLE_REFRESH", .atom = &x11->atoms.variable_refresh },
|
||||
{ .name = "_NET_WM_PID", .atom = &x11->atoms.net_wm_pid },
|
||||
{ .name = "WM_CLIENT_MACHINE", .atom = &x11->atoms.wm_client_machine },
|
||||
{ .name = "WM_CLASS", .atom = &x11->atoms.wm_class },
|
||||
};
|
||||
|
||||
for (size_t i = 0; i < sizeof(atom) / sizeof(atom[0]); ++i) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue