remove RecreateGraphicsWindow
This commit is contained in:
@@ -259,11 +259,6 @@ void GraphicsWindow::CreateGraphicsWindow( const VideoModeParams &p )
|
|||||||
g_HDC = GetDC( g_hWndMain );
|
g_HDC = GetDC( g_hWndMain );
|
||||||
}
|
}
|
||||||
|
|
||||||
void GraphicsWindow::RecreateGraphicsWindow( const VideoModeParams &p )
|
|
||||||
{
|
|
||||||
CreateGraphicsWindow(p);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Set the final window size, set the window text and icon, and then unhide the
|
/* Set the final window size, set the window text and icon, and then unhide the
|
||||||
* window. */
|
* window. */
|
||||||
void GraphicsWindow::ConfigureGraphicsWindow( const VideoModeParams &p )
|
void GraphicsWindow::ConfigureGraphicsWindow( const VideoModeParams &p )
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ namespace GraphicsWindow
|
|||||||
void SetVideoModeParams( const VideoModeParams &p );
|
void SetVideoModeParams( const VideoModeParams &p );
|
||||||
CString SetScreenMode( const VideoModeParams &p );
|
CString SetScreenMode( const VideoModeParams &p );
|
||||||
void CreateGraphicsWindow( const VideoModeParams &p );
|
void CreateGraphicsWindow( const VideoModeParams &p );
|
||||||
void RecreateGraphicsWindow( const VideoModeParams &p );
|
|
||||||
void DestroyGraphicsWindow();
|
void DestroyGraphicsWindow();
|
||||||
void ConfigureGraphicsWindow( const VideoModeParams &p );
|
void ConfigureGraphicsWindow( const VideoModeParams &p );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user