diff options
Diffstat (limited to 'sxiv.h')
-rw-r--r-- | sxiv.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -409,8 +409,10 @@ struct win { Window xwin; win_env_t env; - XftColor bg; - XftColor fg; + XftColor win_bg; + XftColor win_fg; + XftColor bar_bg; + XftColor bar_fg; int x; int y; |