pidgin/win32/MinimizeToTray.h@79ecfedd0af6
pidgin/win32/MinimizeToTray.h
Mon, 04 Jun 2007 05:56:57 +0000
- author
- Richard Laager <rlaager@pidgin.im>
- date
- Mon, 04 Jun 2007 05:56:57 +0000
- branch
- release-2.1.0
- changeset 18104
- 79ecfedd0af6
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
Make this work with the changes in revision
2f24c76fbb7c3498befa77a93d93222b456f88de.
Again, I really wish I knew how to optimize this properly.
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */