GregMiscellaneous: zzogl-pg: Quick fix to the last commit.

git-svn-id: http://pcsx2.googlecode.com/svn/branches/GregMiscellaneous@4018 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2010-11-14 02:21:18 +00:00
parent 951d45677f
commit 21d90150ab

View File

@ -47,7 +47,7 @@ LRESULT WINAPI MsgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
case WM_SIZE:
nWindowWidth = lParam & 0xffff;
nWindowHeight = lParam >> 16;
UpdateWindowSize(nWindowWidth, nWindowHeight);
GLWin.UpdateWindowSize(nWindowWidth, nWindowHeight);
break;
case WM_SIZING: