Mercurial > mplayer.hg
changeset 34002:1b9b9a987ec9
Port r12124 change to wsFullScreen().
author | ib |
---|---|
date | Fri, 09 Sep 2011 13:53:23 +0000 |
parents | 00c09bdc2d5a |
children | a62eb0fc6562 |
files | gui/wm/ws.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/wm/ws.c Fri Sep 09 13:46:11 2011 +0000 +++ b/gui/wm/ws.c Fri Sep 09 13:53:23 2011 +0000 @@ -965,6 +965,7 @@ /* unknown window manager and obsolete option -fsmode used */ if (vo_wm_type == 0 && !(vo_fsmode & 16)) { + XUnmapWindow(wsDisplay, win->WindowID); // required for MWM XWithdrawWindow(wsDisplay, win->WindowID, wsScreen); }