X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=src%2Fconfig.c;h=74504bc12e93d130f24d13b4103b4fa90771d7d0;hp=5be1fd521faa58a1f99c52333ca7c9b60f866f95;hb=2a9522dda41ed05d5799180e2a00db5ec6373117;hpb=a15fff2370105af288c1ebfb925a9f51274efc22 diff --git a/src/config.c b/src/config.c index 5be1fd52..74504bc1 100644 --- a/src/config.c +++ b/src/config.c @@ -32,7 +32,7 @@ void ungrab_all_keys(xcb_connection_t *conn) { * Sends the current bar configuration as an event to all barconfig_update listeners. * */ -void update_barconfig() { +void update_barconfig(void) { Barconfig *current; TAILQ_FOREACH(current, &barconfigs, configs) { ipc_send_barconfig_update_event(current);