pidgin/win32/MinimizeToTray.h

Sun, 03 Jun 2007 02:14:03 +0000

author
Jeff Connelly <jeff2@soc.pidgin.im>
date
Sun, 03 Jun 2007 02:14:03 +0000
branch
soc.2007.msimprpl
changeset 17937
0f30d74fcd9c
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Add incomplete msim_add_buddy() implementation.

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial