Code

screen_play: hide cursor with a timer
authorMax Kellermann <max@duempel.org>
Thu, 25 Sep 2008 16:42:48 +0000 (18:42 +0200)
committerMax Kellermann <max@duempel.org>
Thu, 25 Sep 2008 16:42:48 +0000 (18:42 +0200)
commit0469331df0de18c3f23dd69b677f2f183e38a3b0
treecdf23617ff6c4a172c995e364bb9db75f94d6804
parent3790917af98d197ef0fe0f586053b1fc43050808
screen_play: hide cursor with a timer

Instead of hiding the cursor in the update() callback, hide it with a
glib main loop timeout.
src/screen_play.c