mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
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:
parent
b9cd98a689
commit
a5cc4e2902
17 changed files with 71 additions and 252 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue