view pidgin/win32/MinimizeToTray.h @ 26364:583d211a956a

Remove check to prevent multiple Jingle sessions with the same person. This will allow for multiple simultaneous file transfers and/or voice/video sesssions.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Tue, 17 Mar 2009 02:19:10 +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_ */