view pidgin/win32/MinimizeToTray.h @ 29932:406c2e1ef7ce

We need libjpeg6b-4 for GTK+ 2.14.7
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 05 Mar 2010 03:36:16 +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_ */