view pidgin/win32/MinimizeToTray.h @ 27551:72442d45b014

Update RPM spec file to cope with changes to where perl bits are installed
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 11 Jul 2009 15:42:28 +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_ */