wmail: DAMakePixmapFromData expects an unsigned short pointer.
This commit is contained in:
parent
5eef361597
commit
9158bb68f3
|
@ -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 ?
|
||||
|
|
Loading…
Reference in a new issue