pidgin/win32/MinimizeToTray.h@dca38ef38fc4
pidgin/win32/MinimizeToTray.h
Sat, 28 Apr 2007 05:52:31 +0000
- author
- Daniel Atallah <datallah@pidgin.im>
- date
- Sat, 28 Apr 2007 05:52:31 +0000
- changeset 16641
- dca38ef38fc4
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
Fix win32 pidgin perl stuff. This hasn't been tested yet.
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */