view pidgin/win32/MinimizeToTray.h @ 32748:ccb0beca179c

German translation update
author Björn Voigt <bjoern@cs.tu-berlin.de>
date Mon, 26 Mar 2012 18: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_ */