From 21d90150ab4a9c0225bda4a08e7dae52fda51ce4 Mon Sep 17 00:00:00 2001 From: arcum42 Date: Sun, 14 Nov 2010 02:21:18 +0000 Subject: [PATCH] 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 --- plugins/zzogl-pg/opengl/GLWin32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/zzogl-pg/opengl/GLWin32.cpp b/plugins/zzogl-pg/opengl/GLWin32.cpp index ee68fce0d5..3c959019cb 100644 --- a/plugins/zzogl-pg/opengl/GLWin32.cpp +++ b/plugins/zzogl-pg/opengl/GLWin32.cpp @@ -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: