view pidgin/win32/MinimizeToTray.h @ 23686:eba700811832

Get rid of a compile warning: qq_process.c: In function ¡Æqq_proc_cmd_reply¡Ç: qq_process.c:174: warning: unused variable ¡Æret_bool¡Ç
author Mark Doliner <mark@kingant.net>
date Mon, 04 Aug 2008 07:00:37 +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_ */