[MPlayer-cvslog] r34044 - trunk/gui/wm/ws.c
ib
subversion at mplayerhq.hu
Thu Sep 1 20:41:36 CEST 2011
Author: ib
Date: Thu Sep 1 20:41:36 2011
New Revision: 34044
Log:
Cosmetic: Adjust indent.
Modified:
trunk/gui/wm/ws.c
Modified: trunk/gui/wm/ws.c
==============================================================================
--- trunk/gui/wm/ws.c Thu Sep 1 20:40:01 2011 (r34043)
+++ trunk/gui/wm/ws.c Thu Sep 1 20:41:36 2011 (r34044)
@@ -915,23 +915,23 @@ void wsFullScreen(wsTWindow *win)
win->OldHeight = win->Height;
}
- vo_dx = win->X;
- vo_dy = win->Y;
- vo_dwidth = win->Width;
- vo_dheight = win->Height;
- vo_screenwidth = wsMaxX;
- vo_screenheight = wsMaxY;
- xinerama_x = wsOrgX;
- xinerama_y = wsOrgY;
- update_xinerama_info();
- wsMaxX = vo_screenwidth;
- wsMaxY = vo_screenheight;
- wsOrgX = xinerama_x;
- wsOrgY = xinerama_y;
- win->X = wsOrgX;
- win->Y = wsOrgY;
- win->Width = wsMaxX;
- win->Height = wsMaxY;
+ vo_dx = win->X;
+ vo_dy = win->Y;
+ vo_dwidth = win->Width;
+ vo_dheight = win->Height;
+ vo_screenwidth = wsMaxX;
+ vo_screenheight = wsMaxY;
+ xinerama_x = wsOrgX;
+ xinerama_y = wsOrgY;
+ update_xinerama_info();
+ wsMaxX = vo_screenwidth;
+ wsMaxY = vo_screenheight;
+ wsOrgX = xinerama_x;
+ wsOrgY = xinerama_y;
+ win->X = wsOrgX;
+ win->Y = wsOrgY;
+ win->Width = wsMaxX;
+ win->Height = wsMaxY;
win->isFullScreen = True;
More information about the MPlayer-cvslog
mailing list