Mercurial > mplayer.hg
changeset 34006:5876b7f7ea9e
Replace vo_x11_decoration() call by wsWindowDecoration() in wsFullScreen().
author | ib |
---|---|
date | Fri, 09 Sep 2011 14:15:05 +0000 |
parents | f98595b413e2 |
children | ad0284b699c1 |
files | gui/wm/ws.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/wm/ws.c Fri Sep 09 14:11:50 2011 +0000 +++ b/gui/wm/ws.c Fri Sep 09 14:15:05 2011 +0000 @@ -970,7 +970,7 @@ } if (!(vo_fs_type & vo_wm_FULLSCREEN)) { // shouldn't be needed with EWMH fs - vo_x11_decoration(wsDisplay, win->WindowID, win->Decorations && !win->isFullScreen); + wsWindowDecoration(win, win->Decorations && !win->isFullScreen); vo_x11_sizehint(win->X, win->Y, win->Width, win->Height, 0); wsSetLayer(wsDisplay, win->WindowID, win->isFullScreen); XMoveResizeWindow(wsDisplay, win->WindowID, win->X, win->Y, win->Width, win->Height);