view pidgin/win32/MinimizeToTray.h @ 20349:0484600ac434

applied changes from 29b2fc4762e2c5d03a7100c78f2a7b49237c5e80 through f4cb0b01008f7485ff8e336ba2be02072dfef04e
author Luke Schierer <lschiere@pidgin.im>
date Sun, 21 Oct 2007 04:49:28 +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_ */