]> git.sesse.net Git - vlc/commit
Always re-arm the cursor hide timeout on movement (fixes: #3915)
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 17 Jul 2010 10:32:13 +0000 (13:32 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 17 Jul 2010 10:32:13 +0000 (13:32 +0300)
commitac6b127e2eabcda70a86d94c6ebfc7df9de3dbe6
tree510ba104cad94d6b11883aef2f6a661b24e3da0f
parentbc8dd6c8faab9e62b3814cb28adedaa846349414
Always re-arm the cursor hide timeout on movement (fixes: #3915)

At least with X11, the mouse may move without changing coordinates.
We need to re-arm the cursor hide timeout since the cursor was shown.
src/video_output/display.c