view pidgin/win32/MinimizeToTray.h @ 17626:bef1b9f6e449

disapproval of revision '748fc054c9c8f73bfef7b348ecf35093fd478d81'
author Andreas Monitzer <pidgin@monitzer.com>
date Wed, 11 Jul 2007 15:57:20 +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_ */