Mercurial > mplayer.hg
changeset 33956:bfc87befa99f
Cosmetic: Adjust indent.
author | ib |
---|---|
date | Thu, 01 Sep 2011 18:41:36 +0000 |
parents | f56df2bcfc7b |
children | 349e1fc4b6f2 |
files | gui/wm/ws.c |
diffstat | 1 files changed, 17 insertions(+), 17 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/wm/ws.c Thu Sep 01 18:40:01 2011 +0000 +++ b/gui/wm/ws.c Thu Sep 01 18:41:36 2011 +0000 @@ -915,23 +915,23 @@ 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;