pidgin/win32/MinimizeToTray.h@ee7d13612e4c
pidgin/win32/MinimizeToTray.h
Tue, 18 Dec 2007 10:54:32 +0000
- author
- Will Thompson <resiak@pidgin.im>
- date
- Tue, 18 Dec 2007 10:54:32 +0000
- changeset 21964
- ee7d13612e4c
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
Manually expand G_DEFINE_TYPE for PidginMiniDialog, since it was added in glib 2.4.
References #4393.
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */