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
|
|
@ -66,16 +66,6 @@ bool TopWindow::IsShowEnabled() const
|
|||
return true;
|
||||
}
|
||||
|
||||
void TopWindow::SyncCaption()
|
||||
{
|
||||
Call(THISBACK(SyncCaption0));
|
||||
}
|
||||
|
||||
void TopWindow::SyncTitle()
|
||||
{
|
||||
Call(THISBACK(SyncTitle0));
|
||||
}
|
||||
|
||||
void TopWindow::DefaultBreak()
|
||||
{
|
||||
if(FindAction(IDCANCEL))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue