view pidgin/win32/MinimizeToTray.h @ 28514:02c62c9ad822

merge of '72c558ad4f7ad4f6c3ef1347e9d202cebdfaed83' and 'eb7f43240a9076b19941ad012cb5b9046f5cd0ce'
author Paul Aurich <paul@darkrain42.org>
date Mon, 31 Aug 2009 20:07: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_ */