From d8ec6f91a9857fb651f39de7929f17543d1c996c Mon Sep 17 00:00:00 2001 From: eylles Date: Sat, 11 Sep 2021 08:14:34 -0600 Subject: Set the _NET_WM_PID and WM_CLIENT_MACHINE X properties (#13) Set the _NET_WM_PID and WM_CLIENT_MACHINE X properties Co-authored-by: Leon Kowarschick Co-authored-by: Kian Kasad Co-authored-by: NRK --- sxiv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sxiv.h') diff --git a/sxiv.h b/sxiv.h index d80f7e5..746b35f 100644 --- a/sxiv.h +++ b/sxiv.h @@ -385,6 +385,7 @@ enum { ATOM__NET_WM_ICON_NAME, ATOM__NET_WM_ICON, ATOM__NET_WM_STATE, + ATOM__NET_WM_PID, ATOM__NET_WM_STATE_FULLSCREEN, ATOM_COUNT }; -- cgit v1.2.3-54-g00ecf