don't expose
This commit is contained in:
@@ -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 )
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user