view pidgin/win32/MinimizeToTray.h @ 15683:f344b5cc2fc9

merge of 'dbd6240bc36085014ed8c0efd9549c1213bd4785' and 'fef1af8e40707d8feb138874ec7675ae23a50f90'
author Sean Egan <seanegan@gmail.com>
date Fri, 23 Feb 2007 05:16:50 +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_ */