Mercurial > pidgin
view plugins/docklet/MinimizeToTray.h @ 13311:f6f465b8d1c0
[gaim-migrate @ 15677]
Honor the 'use_rv_proxy' account option and remove the prpl prefs.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 21 Feb 2006 19:56:50 +0000 (2006-02-21) |
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_ */