plugins/docklet/MinimizeToTray.h

Mon, 12 Dec 2005 19:55:42 +0000

author
Casey Harkins <charkins@pidgin.im>
date
Mon, 12 Dec 2005 19:55:42 +0000
changeset 12471
5d7c12d525ed
parent 11709
da6e9cd5f6d9
permissions
-rw-r--r--

[gaim-migrate @ 14781]
SF Patch #1368906 from charkins

"This patch adds a tooltip to the docklet icon. It is
based off of faceprint's code for the blist menutray.
Wingaim had some status strings it was displaying in
the tooltip, this patch removes those."

committer: Richard Laager <rlaager@pidgin.im>

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial