view pidgin/win32/MinimizeToTray.h @ 16603:c992cdb19fa9

merge of '265a50636dbd882fbee3cc061bc78e6bb73e4032' and '6cefa337358339ef77fc045bac42c3a7cf02ce76'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 28 Apr 2007 22:52:42 +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_ */