view src/win32/MinimizeToTray.h @ 10438:d90ece33e72f

[gaim-migrate @ 11696] Now we don't pretend to be able to view 'Ink' on MSN. Fixes bug 1091574. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 27 Dec 2004 21:24:20 +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_ */