pidgin/win32/MinimizeToTray.h@fc3ae8fb8dfc
pidgin/win32/MinimizeToTray.h
Sun, 23 Nov 2008 04:12:43 +0000
- author
- Elliott Sales de Andrade <qulogic@pidgin.im>
- date
- Sun, 23 Nov 2008 04:12:43 +0000
- changeset 24751
- fc3ae8fb8dfc
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
Mark added a workaround for not having enough parameters in this command.
However, according to msnpiki and his backtraces, the index was just wrong.
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */