]> git.draconx.ca Git - liblbx.git/commit
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)
commit5fb804f880836324897bc519615625410720d886
treea4c66784869accc683e72b7855a4510703e4f00e
parentc9a36d684a771ffa32aa22b3cb257d6c693eebb8
lbxgui: Fix pointer type error.

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.
src/gui/lbxgui.c