view pidgin/win32/MinimizeToTray.h @ 27961:ffeb36ec8078

pidgin should handle 2byte hexadecimal numeric character reference.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 04 Jul 2009 23:40:15 +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_ */