view gtk/win32/MinimizeToTray.h @ 14923:589c4aaa0435

[gaim-migrate @ 17695] Get rid of an assertion failure when quiting Gaim when hidden. The docklet needs to be uninit before the blist committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 07 Nov 2006 07:21:27 +0000
parents 2c1781ea074c
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_ */