view plugins/docklet/MinimizeToTray.h @ 13844:597beb5c9de1

[gaim-migrate @ 16300] Etan points out that this is a bad copy-and-paste (see r16299) committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Wed, 21 Jun 2006 04:10:47 +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_ */