From 58a5e76ccdd96e63cd7b98f4149c6a48b11d1ed0 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 15 Jan 2006 00:44:37 +0000 Subject: [PATCH] don't expose --- stepmania/src/archutils/Win32/GraphicsWindow.cpp | 2 +- stepmania/src/archutils/Win32/GraphicsWindow.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/stepmania/src/archutils/Win32/GraphicsWindow.cpp b/stepmania/src/archutils/Win32/GraphicsWindow.cpp index 1899dd44c1..9fbdf2ae3c 100644 --- a/stepmania/src/archutils/Win32/GraphicsWindow.cpp +++ b/stepmania/src/archutils/Win32/GraphicsWindow.cpp @@ -48,7 +48,7 @@ static CString GetNewWindow() return sName; } -LRESULT CALLBACK GraphicsWindow::GraphicsWindow_WndProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam ) +static LRESULT CALLBACK GraphicsWindow_WndProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam ) { /* Suppress autorun. */ if( msg == g_iQueryCancelAutoPlayMessage ) diff --git a/stepmania/src/archutils/Win32/GraphicsWindow.h b/stepmania/src/archutils/Win32/GraphicsWindow.h index b4a12edc75..4f41db13cb 100644 --- a/stepmania/src/archutils/Win32/GraphicsWindow.h +++ b/stepmania/src/archutils/Win32/GraphicsWindow.h @@ -23,8 +23,6 @@ namespace GraphicsWindow void GetDisplayResolutions( DisplayResolutions &out ); - LRESULT CALLBACK GraphicsWindow_WndProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam ); - void GetParams( VideoModeParams ¶msOut ); HDC GetHDC(); void Update();