pidgin/pidgin

Don't leak simple watcher structs.

2019-10-25, Elliott Sales de Andrade
3f61b0cd94de
Don't leak simple watcher structs.
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */