view pidgin/win32/MinimizeToTray.h @ 16210:5fa9896c77e8

some translation updates. Also ticket 111 says that our zh_TW translation is also a zh_HK translation.
author Luke Schierer <lschiere@pidgin.im>
date Mon, 16 Apr 2007 21:02:51 +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_ */