From 9158bb68f37049d329d95f93c9b989592c99cac1 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Mon, 27 May 2019 22:52:12 +0100 Subject: [PATCH] wmail: DAMakePixmapFromData expects an unsigned short pointer. --- wmail/src/wmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmail/src/wmail.c b/wmail/src/wmail.c index 6e82c20..2c06d9b 100644 --- a/wmail/src/wmail.c +++ b/wmail/src/wmail.c @@ -309,7 +309,7 @@ void PreparePixmaps( bool freeMem ) // simple recoloring of the raw xpms befor creating Pixmaps of them // this works as long as you don't "touch" the images... - unsigned dummy; + unsigned short dummy; XGCValues values; if( config.symbolColor != NULL ) { // symbol color ?