view pidgin/win32/MinimizeToTray.h @ 24136:975efd786eb3

Use purple_connection_error_reason() when network disconnections are detected, so the subsequent reconnection can use the password if available. Hopefully fixes Fedora bug 453293
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 29 Sep 2008 01:22:39 +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_ */