view pidgin/win32/MinimizeToTray.h @ 19436:a62c9b9c4596

Add msim_uri_handler() to handle myim: URLs, sendIM and addContact commands. Not tested.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sun, 26 Aug 2007 08:20:49 +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_ */