view pidgin/win32/MinimizeToTray.h @ 16649:985bf8c7b8d1

merge of '5d2bf67f21822e51ffd4611f98cb0921564ff2b1' and 'a378fe8f729ea78fcd5280cc0b37072840f3b8ad'
author Mark Doliner <mark@kingant.net>
date Sun, 29 Apr 2007 07:39:37 +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_ */