Bugfix: actually parse client.placeholder (Thanks Ingo)

fixes #1400
This commit is contained in:
Michael Stapelberg
2015-01-31 22:55:45 +01:00
parent a1aa878626
commit 13220e75d8
3 changed files with 5 additions and 2 deletions

View File

@ -390,6 +390,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
}