view src/win32/MinimizeToTray.h @ 7323:443fc7d6fbff

[gaim-migrate @ 7909] The username reported to the IRC server can now be set in the account options for an IRC account. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Fri, 24 Oct 2003 15:37:17 +0000
parents 9682c0e022c6
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_ */