view src/win32/MinimizeToTray.h @ 8664:f95edb58087c

[gaim-migrate @ 9416] Marc E. (elcomandante) made us a new jabber icon that isn't quite so out of focus. Thanks Marc! committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 14 Apr 2004 12:40:49 +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_ */