[MPlayer-cvslog] r35904 - trunk/libvo/x11_common.c

ib subversion at mplayerhq.hu
Sun Jan 27 16:24:56 CET 2013


Author: ib
Date: Sun Jan 27 16:24:56 2013
New Revision: 35904

Log:
Cosmetic: Adjust indent.

Modified:
   trunk/libvo/x11_common.c

Modified: trunk/libvo/x11_common.c
==============================================================================
--- trunk/libvo/x11_common.c	Sun Jan 27 16:23:39 2013	(r35903)
+++ trunk/libvo/x11_common.c	Sun Jan 27 16:24:56 2013	(r35904)
@@ -941,9 +941,9 @@ int vo_x11_check_events(Display * mydisp
                 break;
             case MapNotify:
                 if (WinID < 0) {
-                vo_hint.win_gravity = old_gravity;
-                XSetWMNormalHints(mDisplay, vo_window, &vo_hint);
-                vo_fs_flip = 0;
+                    vo_hint.win_gravity = old_gravity;
+                    XSetWMNormalHints(mDisplay, vo_window, &vo_hint);
+                    vo_fs_flip = 0;
                 }
                 break;
             case DestroyNotify:


More information about the MPlayer-cvslog mailing list