view src/win32/MinimizeToTray.h @ 7092:f89146deac3d

[gaim-migrate @ 7657] Apparently this was in here twice. I'm hoping that taking it out will fix https://sourceforge.net/tracker/index.php?func=detail&aid=774755&group_id=235&atid=100235 committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 01 Oct 2003 01:47:52 +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_ */