Mercurial > mplayer.hg
changeset 31555:1891f87cfdc5
Remove useless ()
author | reimar |
---|---|
date | Fri, 02 Jul 2010 19:19:21 +0000 |
parents | c35af496fe9c |
children | f570e2ab2f1a |
files | libvo/x11_common.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/x11_common.c Fri Jul 02 19:18:17 2010 +0000 +++ b/libvo/x11_common.c Fri Jul 02 19:19:21 2010 +0000 @@ -812,7 +812,7 @@ KeySym keySym; static XComposeStatus stat; - if ((vo_mouse_autohide) && mouse_waiting_hide && + if (vo_mouse_autohide && mouse_waiting_hide && (GetTimerMS() - mouse_timer >= 1000)) { vo_hidecursor(mydisplay, vo_window); mouse_waiting_hide = 0;