pidgin/win32/MinimizeToTray.h@bb49da9915a6
pidgin/win32/MinimizeToTray.h
Thu, 06 Dec 2007 01:16:25 +0000
- author
- Stu Tomlinson <nosnilmot@pidgin.im>
- date
- Thu, 06 Dec 2007 01:16:25 +0000
- branch
- release-2.3.1
- changeset 21735
- bb49da9915a6
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
applied changes from e7865d4ee742f49f097c7f9c5b14b95b1ec15b5e
through 6cc61e144190cb90c18c63d45b7d7abd95a67008
Fix a bug when changing 'close new ims' to always, then to never.
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */