From 5d37d2579ae3a84175239e1b8f6c1ca39965e88c Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 11 Jan 2014 14:18:28 +0100 Subject: icons: When loading mono icons keep them in mono format. This enables monochrome icons them to work with the invert line selector. Change-Id: Ic3e9219e93b4879166a10180e6067446a84a62bf --- apps/gui/icon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/gui') diff --git a/apps/gui/icon.c b/apps/gui/icon.c index 73f37e5140..c20f1fe09a 100644 --- a/apps/gui/icon.c +++ b/apps/gui/icon.c @@ -178,7 +178,7 @@ static void load_icons(const char* filename, enum Iconset iconset, enum screen_type screen) { int size_read; - int bmpformat = (FORMAT_NATIVE|FORMAT_DITHER|FORMAT_TRANSPARENT); + int bmpformat = (FORMAT_ANY|FORMAT_DITHER|FORMAT_TRANSPARENT); struct iconset *ic = &iconsets[iconset][screen]; int fd; -- cgit v1.2.3