pidgin/win32/MinimizeToTray.h@6c85c0b3b101
pidgin/win32/MinimizeToTray.h
Sun, 26 Aug 2007 06:51:17 +0000
- author
- Jeff Connelly <jeff2@soc.pidgin.im>
- date
- Sun, 26 Aug 2007 06:51:17 +0000
- changeset 19618
- 6c85c0b3b101
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
In msimprpl, move formatting functions to a markup module. It only exposes
two functions to convert between MySpaceIM markup and Purple HTML markup.
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */