Mercurial > pidgin.yaz
view plugins/docklet/MinimizeToTray.h @ 12098:a726740ce86e
[gaim-migrate @ 14395]
Fix a typo to make this compile.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 15 Nov 2005 01:08:45 +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_ */