view src/win32/MinimizeToTray.h @ 9431:33332a4f3a84

[gaim-migrate @ 10251] <SimGuy> marv: would you be willing to put that in the ChangeLog.win32? committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Wed, 30 Jun 2004 04:49:47 +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_ */