lower priority of Jewel screen refresh, in case the machine (like my Vista machine) is too slow to keep up

svn: r10193
This commit is contained in:
Matthew Flatt 2008-06-09 14:06:54 +00:00
parent 3ca9a0ab25
commit 05d06d0c99

View File

@ -1309,7 +1309,7 @@
; generate an expose event, redraw the opengl window ; generate an expose event, redraw the opengl window
(queue-callback (queue-callback
(lambda x (send *OPENGL_WINDOW* on-paint)) (lambda x (send *OPENGL_WINDOW* on-paint))
#t #f
) )
) )