Mercurial > pidgin.yaz
view pidgin/win32/MinimizeToTray.h @ 21118:f3a995c30205
merge of '3cd7a16a03c0ecaa525bee4e96c8693925dc780a'
and '868a040ee69c6e45b9132e7254a3f523e55385b2'
author | Jochen Kemnade <jochenkemnade@web.de> |
---|---|
date | Sat, 03 Nov 2007 09:20:20 +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_ */