pidgin/win32/MinimizeToTray.h

Thu, 16 Nov 2017 21:29:58 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 16 Nov 2017 21:29:58 -0600
changeset 38773
c2f1f051321d
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Fix a typo in a developer.pidgin.im link

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial