don't expose

This commit is contained in:
Glenn Maynard
2006-01-15 00:44:37 +00:00
parent d52b52386b
commit 58a5e76ccd
2 changed files with 1 additions and 3 deletions
@@ -48,7 +48,7 @@ static CString GetNewWindow()
return sName; 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. */ /* Suppress autorun. */
if( msg == g_iQueryCancelAutoPlayMessage ) if( msg == g_iQueryCancelAutoPlayMessage )
@@ -23,8 +23,6 @@ namespace GraphicsWindow
void GetDisplayResolutions( DisplayResolutions &out ); void GetDisplayResolutions( DisplayResolutions &out );
LRESULT CALLBACK GraphicsWindow_WndProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam );
void GetParams( VideoModeParams &paramsOut ); void GetParams( VideoModeParams &paramsOut );
HDC GetHDC(); HDC GetHDC();
void Update(); void Update();