pidgin/win32/MinimizeToTray.h@ca1524dbcbf0
pidgin/win32/MinimizeToTray.h
Mon, 16 Mar 2009 17:07:41 +0000
- author
- Kevin Stange <kstange@pidgin.im>
- date
- Mon, 16 Mar 2009 17:07:41 +0000
- changeset 26467
- ca1524dbcbf0
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
A patch from Jorge VillaseƱor which makes all pounces share a single window.
The window is based on the one used by the mail notifications.
I made some extra changes on top of the patch to clean things up a little bit,
mainly to improve strings. Blame me if something breaks!
Thanks to bjlockie for helping with testing. Closes #190.
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */