Use cairo for drawing
authorPhilip Chimento <philip.chimento@gmail.com>
Sat, 25 Aug 2012 20:46:36 +0000 (22:46 +0200)
committerPhilip Chimento <philip.chimento@gmail.com>
Sat, 31 Aug 2013 23:10:29 +0000 (16:10 -0700)
commit442129c3b00c66224a10fe90a87b3cb04a0367a7
tree865de47ddcf6ab80b7bd9130eb308e7519482c4d
parent910d7f7d388ee6cd4df09048b6b04689532ce2db
Use cairo for drawing

GDK drawing is discouraged in later GTK 2 versions. We now use cairo for
drawing. This means that the graphics window now corresponds to a
GtkDrawingArea, and we use a cairo surface as a backing store.
libchimara/graphics.c
libchimara/graphics.h
libchimara/window.c
libchimara/window.h