view plugins/docklet/MinimizeToTray.h @ 12939:7f633dd625a9

[gaim-migrate @ 15292] SF Patch # from Levi Bard with changes by Sadrul Levi says: " This patch adds anchors to the conversation history so that you can scroll up to the last thing a person said by middle-clicking his nick in the chatter list." Sadrul added a right-click menu item. I modified the text marks to be of the form user:SCREENNAME to make sure we don't end up with any conflicts with other text marks. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 19 Jan 2006 06:30:09 +0000
parents cae2fb7e8594
children
line wrap: on
line source

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);

#endif /* _MINIMIZE_TO_TRAY_H_ */