pidgin/win32/MinimizeToTray.h@c73eea1a860d
pidgin/win32/MinimizeToTray.h
Sat, 12 Oct 2019 18:38:58 -0500
- author
- Gary Kramlich <grim@reaperworld.com>
- date
- Sat, 12 Oct 2019 18:38:58 -0500
- changeset 40014
- c73eea1a860d
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
Fix a typo? Not sure what happened here...
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */