diff options
Diffstat (limited to 'dwm.c')
| -rw-r--r-- | dwm.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -563,7 +563,7 @@ static const char broken[] = "broken"; static char stext[1024]; #else static char stext[512]; -#endif // BAR_STATUS2D_PATCH +#endif // BAR_PANGO_PATCH | BAR_STATUS2D_PATCH #if BAR_EXTRASTATUS_PATCH || BAR_STATUSCMD_PATCH #if BAR_STATUS2D_PATCH static char rawstext[1024]; @@ -1234,14 +1234,13 @@ configurerequest(XEvent *e) Monitor * createmon(void) { - Monitor *m; + Monitor *m, *mon; int i, n, mi, max_bars = 2, istopbar = topbar; const BarRule *br; Bar *bar; #if MONITOR_RULES_PATCH int j; - Monitor *mon; const MonitorRule *mr; #endif // MONITOR_RULES_PATCH |
