view pidgin/win32/MinimizeToTray.h @ 22717:c4d1689afe20

merge of '503c61f4fb406b82adcdbb0f209ba58a4e7f5954' and '8591cff66d2b598fd98ef844ad0c89c5bb1d307f'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 25 Apr 2008 20:36:44 +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_ */