pidgin/win32/MinimizeToTray.h@06c3e9cfdc27
pidgin/win32/MinimizeToTray.h
Mon, 17 Sep 2007 00:40:32 +0000
- author
- Ethan Blanton <elb@pidgin.im>
- date
- Mon, 17 Sep 2007 00:40:32 +0000
- changeset 20346
- 06c3e9cfdc27
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
Accept --display as an argument, to be passed to Gtk+.
Fixes #3133
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */