Mercurial > pidgin.yaz
view pidgin/win32/MinimizeToTray.h @ 18700:fd19e7efad68
propagate from branch 'im.pidgin.pidgin' (head 1716933469be8ab48b72ab0259f65b44c4d9b23e)
to branch 'im.pidgin.soc.2007.xmpp' (head 6e59f7f75e6499e2129297cd7633b3cbf848f61a)
author | Andreas Monitzer <pidgin@monitzer.com> |
---|---|
date | Wed, 18 Jul 2007 14:25: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_ */