Mercurial > pidgin
view plugins/docklet/MinimizeToTray.h @ 13302:d5a2c4e9bb60
[gaim-migrate @ 15668]
Rework this file a bit to please Bleeter.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Thu, 16 Feb 2006 20:50:10 +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_ */
