pidgin/win32/MinimizeToTray.h

Mon, 04 Jun 2007 02:19:51 +0000

author
Jeff Connelly <jeff2@soc.pidgin.im>
date
Mon, 04 Jun 2007 02:19:51 +0000
branch
soc.2007.msimprpl
changeset 17943
d33c1657f68b
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Add TODOs about username/email->userid resolution, use g_return_if_fail() in a few places.

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial