mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00
shut a bunch of warnings up
This commit is contained in:
parent
9929a1091c
commit
25360b6172
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue