X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=spectrwm.c;h=6e88cdd0ece3f161de141d45a437b5a9b8c9008f;hb=25360b61720c1fc74f2bd5051f08e1212df77c9b;hp=5b3218f765334b33ff68ea2a5f92f276cec9bf75;hpb=9929a1091c655605a6446f6934daa20215b1423e;p=spectrwm.git diff --git a/spectrwm.c b/spectrwm.c index 5b3218f..6e88cdd 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -1009,7 +1009,7 @@ ewmh_update_actions(struct ws_win *win) #define _NET_WM_STATE_TOGGLE 2 /* toggle property */ void -ewmh_update_win_state(struct ws_win *win, long state, long action) +ewmh_update_win_state(struct ws_win *win, xcb_atom_t state, long action) { unsigned int mask = 0; unsigned int changed = 0;