pidgin/win32/MinimizeToTray.h@21e9527afb95
pidgin/win32/MinimizeToTray.h
Fri, 03 Dec 2010 23:03:58 +0000
- author
- Marcus Lundblad <malu@pidgin.im>
- date
- Fri, 03 Dec 2010 23:03:58 +0000
- branch
- cpw.qulogic.gtk3
- changeset 32411
- 21e9527afb95
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
updates to work with the latest GTK+
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */