view pidgin/win32/MinimizeToTray.h @ 21245:f0ec79698fb7

Document the addition of the PURPLE_REQUEST_UI_HINT_* defines.
author Richard Laager <rlaager@wiktel.com>
date Sun, 14 Oct 2007 20:55:36 +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_ */