view src/win32/MinimizeToTray.h @ 10913:44e91a7708eb

[gaim-migrate @ 12669] Fix 1196574 - invalid charset when executing commands Could someone check that this doesn't break anything on windows please? committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 14 May 2005 13:52:03 +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_ */