Mercurial > pidgin
view src/win32/MinimizeToTray.h @ 11432:50b0fa2e19d2
[gaim-migrate @ 13669]
dolphinling says:
Um, that's still out of order, no?
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sat, 03 Sep 2005 00:14:35 +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_ */