view pidgin/win32/MinimizeToTray.h @ 24633:0ac34748464a

merge of '17b584b23aee26cc5553b12483ab9b550eee8103' and '2b3429067be9bc2eb9be9e8deeeac9c35001f61d'
author John Bailey <rekkanoryo@rekkanoryo.org>
date Thu, 11 Dec 2008 06:24:14 +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_ */