diff options
author | Simon Ser <contact@emersion.fr> | 2023-07-28 14:26:35 +0200 |
---|---|---|
committer | Alexander Orzechowski <alex@ozal.ski> | 2023-08-03 03:19:35 +0000 |
commit | 77dc1c28aa551616521b60f1a8727a25a45f82e1 (patch) | |
tree | a4ed92d5cad0cd5e3591bc985144627986f57e55 /include | |
parent | 73db481037cd145ad930293f7edb52a9a7b60ef0 (diff) |
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.
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/xwayland/xwayland.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/xwayland/xwayland.h b/include/wlr/xwayland/xwayland.h index eac6c124..06ea39c1 100644 --- a/include/wlr/xwayland/xwayland.h +++ b/include/wlr/xwayland/xwayland.h @@ -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; |