Mercurial > pidgin
view plugins/docklet/MinimizeToTray.h @ 12270:a2bbde197826
[gaim-migrate @ 14572]
here.
committer: Tailor Script <tailor@pidgin.im>
| author | Christopher O'Brien <siege@pidgin.im> |
|---|---|
| date | Wed, 30 Nov 2005 04:33:52 +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_ */
