summaryrefslogtreecommitdiffstats
path: root/sxiv.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2019-07-16 19:18:13 +0200
committerBert Münnich <ber.t@posteo.de>2019-07-16 19:18:13 +0200
commit28868767e6ea74f1e758686e6ae5d58918bd1627 (patch)
treea4b23a809509e2bc674a37b01f47c78dbcc05cc2 /sxiv.h
parent6511d681ac5e5306d9afc0e7b3a60d21a9614664 (diff)
downloadnsxiv-28868767e6ea74f1e758686e6ae5d58918bd1627.tar.zst
Use normal win colors in fullscreen mode
Fixes issues #361 and #367
Diffstat (limited to 'sxiv.h')
-rw-r--r--sxiv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sxiv.h b/sxiv.h
index 140132f..50da31b 100644
--- a/sxiv.h
+++ b/sxiv.h
@@ -408,10 +408,8 @@ struct win {
Window xwin;
win_env_t env;
- bool light; /* bg is lighter than fg */
XftColor bg;
XftColor fg;
- XftColor black;
int x;
int y;