view pidgin/win32/MinimizeToTray.h @ 24481:15db3067a5ac

Remove this timer when the switchboard is destroyed. Fixes a crash if we disconect at the same time we're attempting to retry a command, or something.
author Mark Doliner <mark@kingant.net>
date Tue, 25 Nov 2008 22:06:06 +0000
parents 5fe8042783c1
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_ */