Mercurial > pidgin.yaz
view pidgin/win32/MinimizeToTray.h @ 16454:e3401609d377
merge of '49d1ed52eed181ce385858122ed018d2f2aa4246'
and '852b15bc78f86f0071fa04071a95672d1d0c389b'
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Thu, 26 Apr 2007 20:04:02 +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_ */