summaryrefslogtreecommitdiffstats
path: root/nsxiv.h
diff options
context:
space:
mode:
Diffstat (limited to 'nsxiv.h')
-rw-r--r--nsxiv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nsxiv.h b/nsxiv.h
index 6ae2289..d65875b 100644
--- a/nsxiv.h
+++ b/nsxiv.h
@@ -416,9 +416,9 @@ struct win {
Window xwin;
win_env_t env;
- unsigned long win_bg;
- unsigned long win_fg;
- unsigned long mrk_fg;
+ XColor win_bg;
+ XColor win_fg;
+ XColor mrk_fg;
#if HAVE_LIBFONTS
XftColor bar_bg;
XftColor bar_fg;