view pidgin/win32/MinimizeToTray.h @ 31880:df4f9ffb699f

Claudio asked that his e-mail address be updated. We missed this for 2.7.11. Fixes #13462. Sorry we missed this!
author John Bailey <rekkanoryo@rekkanoryo.org>
date Fri, 25 Mar 2011 04:56:36 +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_ */