view pidgin/win32/MinimizeToTray.h @ 31786:a56d90cc9948

Romanian translation updated (Miu Moldovan). Fixes #13483
author Mark Doliner <mark@kingant.net>
date Thu, 10 Mar 2011 10:32:03 +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_ */