Mercurial > pidgin
view plugins/docklet/MinimizeToTray.h @ 12858:b1c85bf2dab3
[gaim-migrate @ 15209]
Disconnecting signal handlers when you unload a plugin is a good idea. Fixes SF Bug #1404571.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 13 Jan 2006 17:26:42 +0000 |
parents | cae2fb7e8594 |
children |
line wrap: on
line source
#ifndef _MINIMIZE_TO_TRAY_H_ #define _MINIMIZE_TO_TRAY_H_ void MinimizeWndToTray(HWND hWnd); void RestoreWndFromTray(HWND hWnd); #endif /* _MINIMIZE_TO_TRAY_H_ */