pidgin/win32/MinimizeToTray.h

Sat, 03 Nov 2007 16:32:28 +0000

author
Will Thompson <resiak@pidgin.im>
date
Sat, 03 Nov 2007 16:32:28 +0000
branch
cpw.resiak.disconnectreason
changeset 21321
92eba625e29a
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Fix iterating over accounts_signed_on_elsewhere while doing things that will
cause it to change.

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial