Mercurial > pidgin.yaz
view pidgin/win32/MinimizeToTray.h @ 20497:89a82874d64e
merge of '85c73f22a9f7e979b53ff5d0d965a8cba49b35c0'
and 'b72032dfc24c2067d0692d367120edaa068a1f7c'
author | Ka-Hing Cheung <khc@hxbc.us> |
---|---|
date | Sat, 08 Sep 2007 23:59:25 +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_ */