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

ib subversion at mplayerhq.hu
Thu Jan 12 17:08:07 CET 2012


Author: ib
Date: Thu Jan 12 17:08:07 2012
New Revision: 34551

Log:
Cosmetic: Remove blank lines.

Modified:
   trunk/gui/wm/ws.c

Modified: trunk/gui/wm/ws.c
==============================================================================
--- trunk/gui/wm/ws.c	Thu Jan 12 17:01:32 2012	(r34550)
+++ trunk/gui/wm/ws.c	Thu Jan 12 17:08:07 2012	(r34551)
@@ -1510,7 +1510,6 @@ void wsSetMousePosition(wsTWindow *win, 
 void wsSetShape(wsTWindow *win, char *data)
 {
 #ifdef CONFIG_XSHAPE
-
     if (!wsUseXShape)
         return;
 
@@ -1520,7 +1519,6 @@ void wsSetShape(wsTWindow *win, char *da
         XFreePixmap(wsDisplay, win->Mask);
     } else
         XShapeCombineMask(wsDisplay, win->WindowID, ShapeBounding, 0, 0, None, ShapeSet);
-
 #endif
 }
 


More information about the MPlayer-cvslog mailing list