view pidgin/win32/MinimizeToTray.h @ 28616:0506033e8d7c

Patch from Johnson Earls to improve the win32 launcher detection of whether we need to setup the console for stdout. Fixes #10182
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 10 Sep 2009 04:11:02 +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_ */