]> Pileus Git - grits/commitdiff
Lock draw_queue id to prevent race conditions
authorAndy Spencer <andy753421@gmail.com>
Wed, 2 Jan 2013 10:27:25 +0000 (10:27 +0000)
committerAndy Spencer <andy753421@gmail.com>
Wed, 2 Jan 2013 10:27:25 +0000 (10:27 +0000)
On Windows, the main loop runs right after the idle source is added.
This causes the callback queue_draw function to assign a dead ID which
leads to the viewer never refreshing.


No differences found