Merge branch 'master' into next

This commit is contained in:
Michael Stapelberg
2015-01-31 22:56:08 +01:00
3 changed files with 5 additions and 2 deletions

View File

@ -392,6 +392,7 @@ CFGFUN(color, const char *colorclass, const char *border, const char *background
APPLY_COLORS(focused);
APPLY_COLORS(unfocused);
APPLY_COLORS(urgent);
APPLY_COLORS(placeholder);
#undef APPLY_COLORS
}