view pidgin/win32/MinimizeToTray.h @ 18366:1aa08373442f

merge of '4f8ab97003711152439b821c5bfa99036761afe9' and 'faad7a14fc692e8d3799948d63c004314395738b'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 30 Jun 2007 00:55:43 +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_ */