Fixed issue #41, added WIN_FS_COLOR to config.h

This commit is contained in:
Bert Münnich
2012-03-02 19:42:14 +01:00
parent 37a42dba34
commit 3238ef6bf6
4 changed files with 7 additions and 7 deletions

View File

@ -38,9 +38,9 @@ typedef struct {
Window xwin;
win_env_t env;
unsigned long black;
unsigned long white;
unsigned long bgcol;
unsigned long fscol;
unsigned long selcol;
unsigned long barbgcol;
unsigned long barfgcol;