From 84b9ff31487b302a389e87382a860f025497af1e Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Wed, 14 Feb 2024 23:15:26 +0000 Subject: [PATCH] x: support getting winprop_t items as atoms Signed-off-by: Yuxuan Shui --- src/x.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/x.h b/src/x.h index cd4805d..f465b22 100644 --- a/src/x.h +++ b/src/x.h @@ -27,6 +27,7 @@ typedef struct winprop { int16_t *p16; int32_t *p32; uint32_t *c32; // 32bit cardinal + xcb_atom_t *atom; }; unsigned long nitems; xcb_atom_t type;