]> git.draconx.ca Git - liblbx.git/commitdiff
lbxgui: Use Cairo for drawing.
authorNick Bowler <nbowler@draconx.ca>
Wed, 29 Jan 2014 00:34:17 +0000 (19:34 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 31 Jan 2014 05:39:01 +0000 (00:39 -0500)
The GDK stuff is deprecated so let's convert all the GDK drawing bits to
Cairo.  Unlike GDK, Cairo does not include an XBM loader so we have to
implement that from scratch.

Keep the GDK pixbuf bits around for now.


No differences found