From 25360b61720c1fc74f2bd5051f08e1212df77c9b Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Fri, 27 Jul 2012 17:50:18 -0500 Subject: [PATCH] shut a bunch of warnings up --- spectrwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2