view gtk/win32/MinimizeToTray.h @ 14868:3217cc423a6e

[gaim-migrate @ 17637] Kevin noticed that I'd forgotten to document this committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 31 Oct 2006 08:26:10 +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_ */