Mercurial > pidgin
view plugins/docklet/MinimizeToTray.h @ 13077:64ca89ffc639
[gaim-migrate @ 15439]
This should make comparing log size structs a little faster.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 31 Jan 2006 03:43:04 +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_ */