view plugins/docklet/MinimizeToTray.h @ 13003:4326a5748c07

[gaim-migrate @ 15356] This is probably my only contribution to this beta :( committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 23 Jan 2006 02:10:32 +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_ */