From 28868767e6ea74f1e758686e6ae5d58918bd1627 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Tue, 16 Jul 2019 19:18:13 +0200 Subject: Use normal win colors in fullscreen mode Fixes issues #361 and #367 --- sxiv.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sxiv.h') 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; -- cgit v1.2.3-54-g00ecf