view plugins/docklet/MinimizeToTray.h @ 13506:c358be635301

[gaim-migrate @ 15882] SF Patch #1446757 from Sadrul Fixes SF Bug #1444924 On login, we weren't noting (in the system log) that people were away. This was requested and Sadrul made a patch. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 14 Mar 2006 06:38:05 +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_ */