view pidgin/win32/MinimizeToTray.h @ 20076:ca7ab06673dd

Forgot to specify that the application shouldn't reconnect when no encryption is available on the server but the user has asked to require it.
author Andreas Monitzer <pidgin@monitzer.com>
date Sun, 16 Sep 2007 00:00: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_ */