]> git.draconx.ca Git - liblbx.git/commitdiff
lbxgui: Fix pointer type error.
authorNick Bowler <nbowler@draconx.ca>
Wed, 10 Feb 2010 06:24:37 +0000 (01:24 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 10 Feb 2010 06:24:37 +0000 (01:24 -0500)
The XBM format is an array of unsigned char, yet for some reason
unknown to me, the gdk_bitmap_create_from_data function wants a
char pointer.  Add the appropriate cast.


No differences found