add GraphicsWindow::GetHwnd
This commit is contained in:
@@ -413,6 +413,11 @@ void GraphicsWindow::Update()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
HWND GraphicsWindow::GetHwnd()
|
||||||
|
{
|
||||||
|
return g_hWndMain;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* (c) 2004 Glenn Maynard
|
* (c) 2004 Glenn Maynard
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
|
|||||||
@@ -25,6 +25,8 @@ void RecreateGraphicsWindow( const RageDisplay::VideoModeParams &p );
|
|||||||
RageDisplay::VideoModeParams GetParams();
|
RageDisplay::VideoModeParams GetParams();
|
||||||
HDC GetHDC();
|
HDC GetHDC();
|
||||||
void Update();
|
void Update();
|
||||||
|
|
||||||
|
HWND GetHwnd();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user