view src/win32/MinimizeToTray.h @ 6373:4d61775a5741

[gaim-migrate @ 6878] Losing privacy information is a bad thing. I don't know if this would have happened or not, but at the very least, we got some nasty assertions at startup. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 05 Aug 2003 11:10:34 +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_ */