view gtk/win32/MinimizeToTray.h @ 20383:1706b25196e4

sf patch #1640011, from Celso Pinto Patch for gaim.spec that fixes dependencies on SUSE
author Mark Doliner <mark@kingant.net>
date Thu, 25 Jan 2007 07:47:05 +0000
parents 2c1781ea074c
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_ */