summaryrefslogtreecommitdiff
path: root/src/core/window-private.h
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2022-09-30 16:55:46 +0300
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2022-09-30 16:55:46 +0300
commitf46db3ec524d8880f64c847984f3a18e394bac2a (patch)
tree213fba05933c5babf2e867128d95043db169ba1f /src/core/window-private.h
parent700d4aa07793740bf4b92c09f4aa0a97aca04bd6 (diff)
downloadmetacity-f46db3ec524d8880f64c847984f3a18e394bac2a.tar.gz
window-props: re-add support for _NET_WM_PID
We will use _NET_WM_PID when xserver does not have XRes extension or its version is too old. This partially reverts 9135966673e9fd430b9e8252abdb9c946295e25b.
Diffstat (limited to 'src/core/window-private.h')
-rw-r--r--src/core/window-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/window-private.h b/src/core/window-private.h
index 67ade36a..ff1a606c 100644
--- a/src/core/window-private.h
+++ b/src/core/window-private.h
@@ -131,6 +131,7 @@ struct _MetaWindow
char *startup_id;
char *gtk_theme_variant;
+ int net_wm_pid;
pid_t client_pid;
Window xtransient_for;