--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gtk/plugins/docklet/MinimizeToTray.h Sat Dec 16 04:59:55 2006 +0000 @@ -0,0 +1,7 @@ +#ifndef _MINIMIZE_TO_TRAY_H_ +#define _MINIMIZE_TO_TRAY_H_ + +void MinimizeWndToTray(HWND hWnd); +void RestoreWndFromTray(HWND hWnd); + +#endif /* _MINIMIZE_TO_TRAY_H_ */