Mercurial > pidgin.yaz
view pidgin/win32/MinimizeToTray.h @ 24539:9fb7910c1176
Add a debug line and remove a duplicate "login=" get parameter which
was causing yahoo's servers to give us an HTTP 400 error, which is
technically probably not valid according to http 1.1
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 06 Dec 2008 01:38:48 +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_ */