view pidgin/win32/MinimizeToTray.h @ 18757:d54fecfe6bf7

Fix a bug with multi-field selections in Pidgin's implementation of the request API where, if a field had multiple selected values then only the first one would show up as selected.
author Mark Doliner <mark@kingant.net>
date Tue, 31 Jul 2007 16:30:58 +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_ */