pidgin/win32/MinimizeToTray.h

Sun, 03 May 2009 17:10:51 +0000

author
Paul Aurich <darkrain42@pidgin.im>
date
Sun, 03 May 2009 17:10:51 +0000
changeset 27023
f7d6ee5315c9
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Add blist-node-(added|removed) and deprecate buddy-(added|removed). Closes #8309

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial