Mercurial > pidgin.yaz
view pidgin/win32/MinimizeToTray.h @ 16967:abbbc8374c74
merge of '620eb129d63346bbbfe03d4ab019bef4096dd3e5'
and 'c364fd74e25d049e638448d896c9a602cbab2783'
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 09 May 2007 02:48:18 +0000 |
parents | 5fe8042783c1 |
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_ */