view plugins/docklet/MinimizeToTray.h @ 13346:e614c46936ba

[gaim-migrate @ 15716] Javier Fern??ndez-Sanguino Pe??a sent me these a while back, before we were using intltool committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 28 Feb 2006 05:54:28 +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_ */