view pidgin/win32/MinimizeToTray.h @ 23402:142287779080

Fix ICQ login by mimicking the clientinfo versions used by the official ICQ6 client.
author Stu Tomlinson <stu@nosnilmot.com>
date Tue, 01 Jul 2008 20:47: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_ */