view pidgin/win32/MinimizeToTray.h @ 25652:5f4807116f8c

Require gstreamer-plugins-base-0.10 for compiling with voice and video support. Also removed duplicate results on failures of checking for Farsight and GStreamer-properties.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Tue, 27 May 2008 04:30: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_ */