Mercurial > pidgin.yaz
view pidgin/win32/MinimizeToTray.h @ 16583:b24ca8721fa7
merge of 'a593ddc00442ff784f1d541653c61a30b452f7cb'
and 'ad82c58b46903d73586efff9276f8e43d55bf4b9'
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Sat, 28 Apr 2007 06:09:48 +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_ */