view pidgin/win32/MinimizeToTray.h @ 21167:8adc8f180be8

Updated Indonesian translation. This is the one that Rai S. Regawa sent to the translators mailing list on October 27th committer: Mark Doliner <mark@kingant.net>
author Rai S. Regawa <raireg@yahoo.com>
date Thu, 08 Nov 2007 08:37:39 +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_ */