mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
CtrlCore: Refactored MT for Win32
git-svn-id: svn://ultimatepp.org/upp/trunk@5560 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b09b7d6cbe
commit
6b9a6f0378
6 changed files with 11 additions and 16 deletions
|
|
@ -84,7 +84,7 @@ void TopWindow::SyncTitle0()
|
|||
::SetWindowText(hwnd, ToSystemCharset(title.ToString()));
|
||||
}
|
||||
|
||||
void TopWindow::DeleteIco0()
|
||||
void TopWindow::DeleteIco()
|
||||
{
|
||||
GuiLock __;
|
||||
LLOG("TopWindow::DeleteIco " << UPP::Name(this));
|
||||
|
|
@ -95,11 +95,6 @@ void TopWindow::DeleteIco0()
|
|||
ico = lico = NULL;
|
||||
}
|
||||
|
||||
void TopWindow::DeleteIco()
|
||||
{
|
||||
ICall(THISBACK(DeleteIco0));
|
||||
}
|
||||
|
||||
void TopWindow::SyncCaption0()
|
||||
{
|
||||
GuiLock __;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue