view src/win32/MinimizeToTray.h @ 4598:a064e437d5eb

[gaim-migrate @ 4883] This should fix the window crash bug that Rob reported to me. I hope. I blame gtk2. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 21 Feb 2003 23:02:36 +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_ */