window: Remove support for _NET_WM_PID
We have the client pid API that works on both Wayland and X11 nowadays, so the _NET_WM_PID property is no longer needed, remove it. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1180
This commit is contained in:

committed by
Florian Müllner

parent
dac09a8e23
commit
c971d6ea1f
@ -1149,8 +1149,6 @@ _meta_window_shared_new (MetaDisplay *display,
|
||||
window->is_remote = FALSE;
|
||||
window->startup_id = NULL;
|
||||
|
||||
window->net_wm_pid = -1;
|
||||
|
||||
window->xtransient_for = None;
|
||||
window->xclient_leader = None;
|
||||
|
||||
|
Reference in New Issue
Block a user