Mercurial > pidgin
view plugins/docklet/MinimizeToTray.h @ 13383:07286677b8b8
[gaim-migrate @ 15756]
It's a good thing *all* of our users aren't like ... oh ... never mind.
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Fri, 03 Mar 2006 03:00:33 +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_ */