view pidgin/win32/MinimizeToTray.h @ 16348:49e471e56fc7

Also, switch Jabber to XMPP so the jabber-specific smiley set works.
author Kevin Stange <kevin@simguy.net>
date Tue, 24 Apr 2007 05:17:46 +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_ */