Mercurial > pidgin
view src/win32/MinimizeToTray.h @ 7394:c6ff3c1fb1b3
[gaim-migrate @ 7989]
NEWS is embarrassing when you don't do anything
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Fri, 31 Oct 2003 01:38:46 +0000 |
parents | 9682c0e022c6 |
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_ */