view src/win32/MinimizeToTray.h @ 8604:d9e449b6dc78

[gaim-migrate @ 9355] This never happened. Please disregard this commit. Now, please look this way, into this device: *flash* committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 07 Apr 2004 07:36: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_ */