really these are just border colors, so adjust the define

This commit is contained in:
okan
2013-01-04 16:27:58 +00:00
parent 96adffcd9d
commit 579f981718
3 changed files with 8 additions and 8 deletions

View File

@@ -578,7 +578,7 @@ parse_config(const char *filename, struct conf *xconf)
(void)strlcpy(xconf->lockpath, conf->lockpath,
sizeof(xconf->lockpath));
for (i = 0; i < CWM_COLOR_MAX; i++)
for (i = 0; i < CWM_COLOR_BORDER_MAX; i++)
xconf->color[i] = conf->color[i];
for (i = 0; i < CWM_COLOR_MENU_MAX; i++)