view plugins/docklet/MinimizeToTray.h @ 12753:ddae10386677

[gaim-migrate @ 15100] Always add an IP address in the Via Header. committer: Tailor Script <tailor@pidgin.im>
author Thomas Butter <tbutter>
date Sat, 07 Jan 2006 18:23:50 +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_ */