pidgin/win32/MinimizeToTray.h@f45e8a9c6fc1
pidgin/win32/MinimizeToTray.h
Sat, 08 Dec 2018 21:34:48 -0600
- author
- Mike Ruprecht <cmaiku@gmail.com>
- date
- Sat, 08 Dec 2018 21:34:48 -0600
- changeset 39413
- f45e8a9c6fc1
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
Remove/edit comments which mention PURPLE_PLUGINS define
Now that GPlugin and libpurple plugin support are both required,
this patch removes mentions of PURPLE_PLUGINS from documentation
and comments in example plugins/code.
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */