mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-12 18:38:12 +00:00
[idd] helper/notify: delete icon when exiting
This commit is contained in:
@@ -81,6 +81,12 @@ LRESULT CNotifyWindow::onClose()
|
||||
return 0;
|
||||
}
|
||||
|
||||
LRESULT CNotifyWindow::onDestroy()
|
||||
{
|
||||
Shell_NotifyIcon(NIM_DELETE, &m_iconData);
|
||||
return 0;
|
||||
}
|
||||
|
||||
LRESULT CNotifyWindow::onFinal()
|
||||
{
|
||||
PostQuitMessage(0);
|
||||
|
Reference in New Issue
Block a user