This fixes lock-up issues with gtk for me. The timer callback happens on a
different thread it seems, so before you can call gtk+ from that handler, like
MainRender() does, you need to gdk_threads_enter() and *_leave().
Original issue reported on code.google.com by marius.s...@gmail.com on 10 Sep 2010 at 11:02
Original issue reported on code.google.com by
marius.s...@gmail.com
on 10 Sep 2010 at 11:02