view pidgin/win32/MinimizeToTray.h @ 27621:5c17c400153d

merge of '0800f09f6994e5ae06fed4644a78d33ab4346866' and '3e47f0f65ae33e37ab711ec7b2fd8aeeae1efcd7'
author Paul Aurich <paul@darkrain42.org>
date Wed, 15 Jul 2009 04:27:22 +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_ */