summaryrefslogtreecommitdiffstats
path: root/dwm.1
diff options
context:
space:
mode:
authorNRK <nrk@disroot.org>2026-02-15 17:59:13 -0500
committerHiltjo Posthuma <hiltjo@codemadness.org>2026-02-20 09:31:28 -0500
commit5c9f30300bec2f7eec9ba61d0c11df999e17f860 (patch)
tree820a06457800ff5ae5d20ff8ffe8124dc3e931ff /dwm.1
parentfix not updating _NET_ACTIVE_WINDOW (diff)
downloaddwm-5c9f30300bec2f7eec9ba61d0c11df999e17f860.tar.gz
dwm-5c9f30300bec2f7eec9ba61d0c11df999e17f860.tar.bz2
dwm-5c9f30300bec2f7eec9ba61d0c11df999e17f860.zip
getstate: fix access type and remove redundant cast
WM_STATE is defined to be format == 32 which xlib returns as `long` and so accessing it as `unsigned char` is incorrect. and also &p is already an `unsigned char **` and so the cast was completely redundant. given the redundant cast, i assume `p` was `long *` at some time but was changed to `unsigned char *` later, but the pointer access (and the cast) wasn't updated. also add a `format == 32` check as safety measure before accessing, just in case.
Diffstat (limited to 'dwm.1')
0 files changed, 0 insertions, 0 deletions