pidgin/win32/MinimizeToTray.h@1f924c6c4786
pidgin/win32/MinimizeToTray.h
Mon, 30 Sep 2019 23:48:55 -0400
- author
- Elliott Sales de Andrade <qulogic@pidgin.im>
- date
- Mon, 30 Sep 2019 23:48:55 -0400
- changeset 39891
- 1f924c6c4786
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
DOC: Set some element types to utf8.
Seems more correct than general char*.
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */