aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-09-06 20:26:10 +0200
committerdec05eba <dec05eba@protonmail.com>2022-09-06 20:26:10 +0200
commite6167bc9300d497b1f2edf3a307164081e24f2bd (patch)
tree5688a069d1c3ff007fe1b73b04859957e9ead390 /include
parent7a80f0de04c3b07d88ba2ab3e51544d38fe924f6 (diff)
Set NET_WM_PID
Diffstat (limited to 'include')
-rw-r--r--include/mgl/mgl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mgl/mgl.h b/include/mgl/mgl.h
index 7b02ceb..4cbc8d5 100644
--- a/include/mgl/mgl.h
+++ b/include/mgl/mgl.h
@@ -13,6 +13,7 @@ struct mgl_context {
_XVisualInfo *visual_info;
unsigned long wm_delete_window_atom;
unsigned long net_wm_ping_atom;
+ unsigned long net_wm_pid_atom;
};
/*