]> code.delx.au - spectrwm/commitdiff
shut a bunch of warnings up
authorMarco Peereboom <marco@conformal.com>
Fri, 27 Jul 2012 22:50:18 +0000 (17:50 -0500)
committerMarco Peereboom <marco@conformal.com>
Fri, 27 Jul 2012 22:50:18 +0000 (17:50 -0500)
spectrwm.c

index 5b3218f765334b33ff68ea2a5f92f276cec9bf75..6e88cdd0ece3f161de141d45a437b5a9b8c9008f 100644 (file)
@@ -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;