view pidgin/win32/MinimizeToTray.h @ 24952:fb0340112a64

merge of '74c268c89bbcb796bd93e892d622370cf996ae77' and '86f401028e5edbd8613c5d956c9158234da40670'
author Paul Aurich <paul@darkrain42.org>
date Mon, 12 Jan 2009 18:30:57 +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_ */