Mercurial > pidgin
view plugins/docklet/MinimizeToTray.h @ 12937:6a2668fb293f
[gaim-migrate @ 15290]
Comply with the GPLv2 better
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 19 Jan 2006 05:44:50 +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_ */