From: Nick Bowler Date: Wed, 29 Jan 2014 00:34:17 +0000 (-0500) Subject: lbxgui: Use Cairo for drawing. X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/commitdiff_plain/85ab8496645e958bbc36b64cd2827e0c47c761eb?ds=sidebyside;hp=85ab8496645e958bbc36b64cd2827e0c47c761eb lbxgui: Use Cairo for drawing. 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. ---