[MPlayer-cvslog] r34094 - trunk/gui/wm/ws.c

ib subversion at mplayerhq.hu
Fri Sep 9 16:15:05 CEST 2011


Author: ib
Date: Fri Sep  9 16:15:05 2011
New Revision: 34094

Log:
Replace vo_x11_decoration() call by wsWindowDecoration() in wsFullScreen().

Modified:
   trunk/gui/wm/ws.c

Modified: trunk/gui/wm/ws.c
==============================================================================
--- trunk/gui/wm/ws.c	Fri Sep  9 16:11:50 2011	(r34093)
+++ trunk/gui/wm/ws.c	Fri Sep  9 16:15:05 2011	(r34094)
@@ -970,7 +970,7 @@ void wsFullScreen(wsTWindow *win)
     }
 
     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);


More information about the MPlayer-cvslog mailing list