diff options
author | okan | 2013-01-04 16:27:58 +0000 |
---|---|---|
committer | okan | 2013-01-04 16:27:58 +0000 |
commit | 07ae0638d4f55573a2df6be9df8545793a048164 (patch) | |
tree | 3312870d57949b8f73e4d602c7d3c45a4bb6e400 /parse.y | |
parent | e3eafdc3aa6681e637c73cb57b2e1120e2beabe0 (diff) | |
download | cwm-07ae0638d4f55573a2df6be9df8545793a048164.tar.gz |
really these are just border colors, so adjust the define
Diffstat (limited to 'parse.y')
-rw-r--r-- | parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.38 2013/01/04 16:23:04 okan Exp $ */ +/* $OpenBSD: parse.y,v 1.39 2013/01/04 16:27:58 okan Exp $ */ /* * Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -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++) |