view src/win32/MinimizeToTray.h @ 10670:cfb1f4b08ab1

[gaim-migrate @ 12210] Stu Tomlinson gets a wee bit pissy when I forget to update this file. =) committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Tue, 08 Mar 2005 01:24:10 +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_ */