Added reparenting helper classes to help apps to grab the windows
of other applications. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -403,7 +403,7 @@ bool wxApp::Initialized()
|
||||
|
||||
int wxApp::MainLoop()
|
||||
{
|
||||
int rt;
|
||||
int rt;
|
||||
m_mainLoop = new wxEventLoop;
|
||||
|
||||
rt = m_mainLoop->Run();
|
||||
|
Reference in New Issue
Block a user