don't expose
This commit is contained in:
@@ -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 ¶msOut );
|
void GetParams( VideoModeParams ¶msOut );
|
||||||
HDC GetHDC();
|
HDC GetHDC();
|
||||||
void Update();
|
void Update();
|
||||||
|
|||||||
Reference in New Issue
Block a user