view pidgin/win32/MinimizeToTray.h @ 28411:7115d04c525a

merge of '2b68579960365fea9a55bc39baf90eb59c42f972' and '3ce9883eaf090e4ec49d632e99ae336882b209cd'
author Paul Aurich <paul@darkrain42.org>
date Sat, 22 Aug 2009 18:30:53 +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_ */