Fixed threading bug in graphics
authorP. F. Chimento <philip.chimento@gmail.com>
Mon, 22 Nov 2010 23:50:26 +0000 (00:50 +0100)
committerP. F. Chimento <philip.chimento@gmail.com>
Mon, 22 Nov 2010 23:50:26 +0000 (00:50 +0100)
commit05148dce1d64f8de1019a4383fc9dfdb7ac7c399
treeea4168eaf7d2ff398e0b878153522b3172df8968
parentf92585f76bce0b8d1efc11d2b2020a0f516234c5
Fixed threading bug in graphics

flush_window_buffer() requests the GDK lock, but it was called with the
GDK lock already acquired in draw_image_common(). How this managed not
to freeze before, I don't know.
libchimara/graphics.c