pidgin/win32/MinimizeToTray.h@e2db8ce46cda
pidgin/win32/MinimizeToTray.h
Sun, 07 Oct 2007 15:58:57 +0000
- author
- Richard Laager <rlaager@pidgin.im>
- date
- Sun, 07 Oct 2007 15:58:57 +0000
- branch
- next.minor
- changeset 20869
- e2db8ce46cda
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
If there is no secondary text in a notify, avoid adding "\n\n" and creating
a big gap. This may only be an issue if the primary text is very long.
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */