view pidgin/win32/MinimizeToTray.h @ 19600:8b887be774e2

merge of '3c290039d8432d0fad4f8596495b87e23509bf6f' and 'b9e805b43e8543af0b4800e2e5553c85d947c610'
author Sean Egan <seanegan@gmail.com>
date Mon, 03 Sep 2007 07:01:52 +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_ */