view pidgin/win32/MinimizeToTray.h @ 19088:f5802217844d

- Add verify_complete, which should deprecate verify_destroy
author William Ehlhardt <williamehlhardt@gmail.com>
date Fri, 10 Aug 2007 04:59:52 +0000
parents 5fe8042783c1
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_ */