aboutsummaryrefslogtreecommitdiffstats
path: root/sxiv.h
diff options
context:
space:
mode:
Diffstat (limited to 'sxiv.h')
-rw-r--r--sxiv.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sxiv.h b/sxiv.h
index 746b35f..c914837 100644
--- a/sxiv.h
+++ b/sxiv.h
@@ -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;