view pidgin/win32/MinimizeToTray.h @ 31029:771abfd8ead4

ca-certs: Add new Thawte and Deutsche Telekom Roots. Fixes #12667, #12668. Retrieved from Thawte's website and Debian's CA cert set respectively.
author Paul Aurich <paul@darkrain42.org>
date Sun, 10 Oct 2010 05:39:43 +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_ */