src/win32/MinimizeToTray.h

Mon, 24 Jan 2005 23:43:14 +0000

author
Magnus Hult
date
Mon, 24 Jan 2005 23:43:14 +0000
changeset 10540
f127566cc91c
parent 3630
caa952062dc2
permissions
-rw-r--r--

[gaim-migrate @ 11903]
sf patch #1099978, from Magnus Hult
Apparently icq2003b sets your away message the same way AIM does.
This correctly handles some charset conversion.

committer: Mark Doliner <markdoliner@pidgin.im>

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial