view plugins/docklet/MinimizeToTray.h @ 13733:0ab02f082333

[gaim-migrate @ 16144] Disconnect an account before removing it from our list of accounts. This gets rid of an assertion failure when deleting an online account committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 07 May 2006 19:45:02 +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_ */