X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=spectrwm.c;h=93b42444d8c7607ead1ca7a118ff7e9d1696d2d3;hb=519aa00149f17f00cc7067c2b957e3639b8411f5;hp=5bf74b13a01dd279d7e1c88e74102ed81f796134;hpb=3c35ef5d7c9bc887ab5d7c6a29402436db3cc20b;p=spectrwm.git diff --git a/spectrwm.c b/spectrwm.c index 5bf74b1..93b4244 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -1989,12 +1989,12 @@ bar_window_name(char *s, size_t sz, struct swm_region *r) free(title); } -int urgent[SWM_WS_MAX]; void bar_urgent(char *s, size_t sz) { struct ws_win *win; int i, j, num_screens; + int urgent[SWM_WS_MAX]; char b[8]; xcb_get_property_cookie_t c; xcb_icccm_wm_hints_t hints;