mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
xwayland: drop wlr_xwayland_surface.events.set_pid
The PID of an X11 window cannot change. This is a remnant from the days when we queried the PID with a window property, instead of using XRes.
This commit is contained in:
parent
73db481037
commit
77dc1c28aa
2 changed files with 0 additions and 3 deletions
|
|
@ -156,7 +156,6 @@ struct wlr_xwayland_surface {
|
|||
struct wl_signal set_class;
|
||||
struct wl_signal set_role;
|
||||
struct wl_signal set_parent;
|
||||
struct wl_signal set_pid;
|
||||
struct wl_signal set_startup_id;
|
||||
struct wl_signal set_window_type;
|
||||
struct wl_signal set_hints;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue