view src/win32/MinimizeToTray.h @ 11092:68652f4ad6a7

[gaim-migrate @ 13115] Ioan Lupu asked for this meta tag so that logs will display properly in Firefox. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 12 Jul 2005 01:56:02 +0000
parents 9682c0e022c6
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_ */