]> git.draconx.ca Git - liblbx.git/commit
lbxgui: Render LBX directly to Cairo surfaces.
authorNick Bowler <nbowler@draconx.ca>
Wed, 29 Jan 2014 05:30:13 +0000 (00:30 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 31 Jan 2014 05:39:01 +0000 (00:39 -0500)
commitf9f3a47a274221c512a23a76dceb6b2b1ee1d6a6
treebe1a85b919de380930b73c9ea08a5de8f74c9653
parent85ab8496645e958bbc36b64cd2827e0c47c761eb
lbxgui: Render LBX directly to Cairo surfaces.

This replaces the GDK pixbuf with a Cairo image surface, and updates
the render path to the new liblbx API.
Makefile.am
src/gui/image.c [new file with mode: 0644]
src/gui/lbxgui.c
src/gui/lbxgui.h [new file with mode: 0644]
src/gui/render.c [deleted file]
src/gui/render.h [deleted file]