From 079ee70c90bbfcdd198aa2ef097f39b4f4f98fc0 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 15 Jan 2006 01:12:58 +0000 Subject: [PATCH] cleanup --- stepmania/src/archutils/Win32/GraphicsWindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/archutils/Win32/GraphicsWindow.cpp b/stepmania/src/archutils/Win32/GraphicsWindow.cpp index 269a07b9aa..3da72126d7 100644 --- a/stepmania/src/archutils/Win32/GraphicsWindow.cpp +++ b/stepmania/src/archutils/Win32/GraphicsWindow.cpp @@ -301,8 +301,8 @@ void GraphicsWindow::ConfigureGraphicsWindow( const VideoModeParams &p, bool bFo int x = 0, y = 0; if( p.windowed ) { - x = GetSystemMetrics(SM_CXSCREEN)/2-iWidth/2; - y = GetSystemMetrics(SM_CYSCREEN)/2-iHeight/2; + x = GetSystemMetrics(SM_CXSCREEN)/2-iWidth/2; + y = GetSystemMetrics(SM_CYSCREEN)/2-iHeight/2; } /* Move and resize the window. SWP_FRAMECHANGED causes the above SetWindowLong