view src/win32/MinimizeToTray.h @ 10454:4f1a59fb4159

[gaim-migrate @ 11722] sf patch #1093179, from Balwinder Singh Dheeman "TCL Plugin Loader for Gaim was not showing name of the plugin Author" committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 30 Dec 2004 17:23:07 +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_ */