Use normal win colors in fullscreen mode

Fixes issues #361 and #367
This commit is contained in:
Bert Münnich
2019-07-16 19:18:13 +02:00
parent 6511d681ac
commit 28868767e6
4 changed files with 11 additions and 31 deletions

2
sxiv.h
View File

@ -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;