view pidgin/win32/MinimizeToTray.h @ 28385:4d4e6adea7bc

merge of '0e908152e3a09fb19dea225fe87e2d691f208d4e' and '6082171acfbee6eca0da0fc109d9c79563a234df'
author Mark Doliner <mark@kingant.net>
date Fri, 21 Aug 2009 07:03:48 +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_ */