wlroots/include/backend
Tasos Sahanidis 727d407f3d
backend/x11: Implement a few useful window properties
It is currently impossible to tell if an X11 window is created by
wlroots, or what process / client it belongs to.

The following properties are now added to the window:
* WM_CLASS
* WM_CLIENT_MACHINE
*  _NET_WM_PID

Sample xprop output:
WM_CLASS(STRING) = "X11-1", "wlroots"
WM_CLIENT_MACHINE(STRING) = "My-Desktop"
_NET_WM_PID(CARDINAL) = 3629306
2024-10-20 17:10:36 +03:00
..
drm backend/drm: add explicit sync support to multi-GPU blits 2024-08-26 18:09:27 +02:00
session Add some missing includes/declarations 2023-06-05 21:06:19 +00:00
backend.h backend: remove backend_get_allocator 2021-11-18 09:37:57 -05:00
headless.h backend/headless: take wl_event_loop instead of wl_display 2024-01-25 15:05:36 +00:00
libinput.h build: require libinput v1.19 2024-07-04 22:51:07 +02:00
multi.h backend/multi: take wl_event_loop instead of wl_display 2024-01-25 15:05:36 +00:00
wayland.h backend/wayland: introduce wlr_wl_output_set_app_id() 2024-06-26 19:43:20 +00:00
x11.h backend/x11: Implement a few useful window properties 2024-10-20 17:10:36 +03:00