view plugins/docklet/MinimizeToTray.h @ 12606:51b0ce9d45d9

[gaim-migrate @ 14942] SF Patch #1387617 from Sadrul "When you have no status-message, toggling `Show Buddy Details' bring out some extra spaces below the status-selector. This patch is a fix for that." In case anyone forgot, Sadrul is totally awesome. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 21 Dec 2005 23:26:22 +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_ */