view plugins/docklet/MinimizeToTray.h @ 12701:0a4996f15509

[gaim-migrate @ 15044] SF Patch #1396122 from Casey Harkins "This is a simple patch which will hide the extra separator in the popular statuses section when there are no popular statuses. Prevents the double separators." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 03 Jan 2006 18:20:20 +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_ */