view pidgin/win32/MinimizeToTray.h @ 17551:c5663c1d146f

Link pidgin against gthread again (I only just removed it a few days ago and now it is needed again).
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 01 Jun 2007 01:20:32 +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_ */