view gtk/win32/MinimizeToTray.h @ 14935:ef80d4c30a90

[gaim-migrate @ 17707] Change the way tooltips are displayed. This fixes crashes when the tooltip for a contact grows too large. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 09 Nov 2006 00:20:18 +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_ */