view plugins/docklet/MinimizeToTray.h @ 13111:328e8cf2fb02

[gaim-migrate @ 15473] Are people complaining that, when selecting a saved status out of the list of popular statuses, the status box will sometimes show "Available" or "Away" or "Invisible" or "Offline" instead of showing the title+message of the saved status? This fixes that. My bad! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 03 Feb 2006 04:26:27 +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_ */