diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-09-06 20:26:10 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-09-06 20:26:10 +0200 |
commit | e6167bc9300d497b1f2edf3a307164081e24f2bd (patch) | |
tree | 5688a069d1c3ff007fe1b73b04859957e9ead390 /include | |
parent | 7a80f0de04c3b07d88ba2ab3e51544d38fe924f6 (diff) |
Set NET_WM_PID
Diffstat (limited to 'include')
-rw-r--r-- | include/mgl/mgl.h | 1 |
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; }; /* |