view pidgin/win32/MinimizeToTray.h @ 27613:32d2caa6a777

Commit the QQ null chat room name crash on the *right* branch. *** Plucked rev d3a2bc4e480b1ff46d215d1622464bd613a5286d (darkrain42@pidgin.im): Fix a crash when joining a chat room with NULL name. Closes #7568.
author Paul Aurich <paul@darkrain42.org>
date Tue, 14 Jul 2009 19:55:40 +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_ */