mirror of
https://github.com/vale981/spectrwm
synced 2025-03-06 02:01:42 -05:00
Change global variable to local.
This commit is contained in:
parent
3c35ef5d7c
commit
519aa00149
1 changed files with 1 additions and 1 deletions
|
@ -1989,12 +1989,12 @@ bar_window_name(char *s, size_t sz, struct swm_region *r)
|
||||||
free(title);
|
free(title);
|
||||||
}
|
}
|
||||||
|
|
||||||
int urgent[SWM_WS_MAX];
|
|
||||||
void
|
void
|
||||||
bar_urgent(char *s, size_t sz)
|
bar_urgent(char *s, size_t sz)
|
||||||
{
|
{
|
||||||
struct ws_win *win;
|
struct ws_win *win;
|
||||||
int i, j, num_screens;
|
int i, j, num_screens;
|
||||||
|
int urgent[SWM_WS_MAX];
|
||||||
char b[8];
|
char b[8];
|
||||||
xcb_get_property_cookie_t c;
|
xcb_get_property_cookie_t c;
|
||||||
xcb_icccm_wm_hints_t hints;
|
xcb_icccm_wm_hints_t hints;
|
||||||
|
|
Loading…
Add table
Reference in a new issue