pidgin/win32/MinimizeToTray.h@c06d717eb33c
pidgin/win32/MinimizeToTray.h
Tue, 06 Oct 2009 15:56:43 +0000
- author
- Sadrul Habib Chowdhury <sadrul@pidgin.im>
- date
- Tue, 06 Oct 2009 15:56:43 +0000
- changeset 28628
- c06d717eb33c
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
Fix sending /buzz on yahoo.
Yahoo buzzes are '<ding>' sent as normal IMs. 'ding' is an unknown tag,
and we were stripping unknown tags. So instead, send the tags we don't
recognize as they are without stripping/changing them.
... or perhaps we could treat 'ding' as a known tag instead?
Added test cases.
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */