Mercurial > mplayer.hg
changeset 30472:ddce1a6f3c59
Fix hang with -fixed-vo due to VOFLAG_HIDDEN never being removed from window_state.
author | reimar |
---|---|
date | Fri, 05 Feb 2010 16:42:13 +0000 |
parents | ef00ce26e9b5 |
children | 7446f58b6899 |
files | libvo/x11_common.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/x11_common.c Fri Feb 05 16:09:03 2010 +0000 +++ b/libvo/x11_common.c Fri Feb 05 16:42:13 2010 +0000 @@ -1115,6 +1115,7 @@ if (window_state & VOFLAG_HIDDEN) { XSizeHints hint; XEvent xev; + window_state &= ~VOFLAG_HIDDEN; vo_x11_classhint(mDisplay, vo_window, classname); XStoreName(mDisplay, vo_window, title); vo_hidecursor(mDisplay, vo_window);