Mercurial > pidgin
view src/win32/MinimizeToTray.h @ 10411:151fcda069bc
[gaim-migrate @ 11660]
That whole 'how Gaim was built' stuff was missing in HEAD, so here it is.
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Fri, 24 Dec 2004 13:57:49 +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_ */