view src/win32/MinimizeToTray.h @ 4273:a345395c8794

[gaim-migrate @ 4524] I don't know why a couple people were seeing their smileys install, but for the rest of us, this should fix the problem. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 10 Jan 2003 01:33:09 +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_ */