CtrlCore: New MT rules, window creation and event loop banned in non-main thread (win32 implementation)

git-svn-id: svn://ultimatepp.org/upp/trunk@6169 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2013-07-06 11:51:28 +00:00
parent b9cd98a689
commit a5cc4e2902
17 changed files with 71 additions and 252 deletions

View file

@ -70,7 +70,7 @@ LRESULT TopWindow::WindowProc(UINT message, WPARAM wParam, LPARAM lParam)
return Ctrl::WindowProc(message, wParam, lParam);
}
void TopWindow::SyncTitle0()
void TopWindow::SyncTitle()
{
GuiLock __;
LLOG("TopWindow::SyncTitle0 " << UPP::Name(this));
@ -95,7 +95,7 @@ void TopWindow::DeleteIco()
ico = lico = NULL;
}
void TopWindow::SyncCaption0()
void TopWindow::SyncCaption()
{
GuiLock __;
LLOG("TopWindow::SyncCaption " << UPP::Name(this));