view src/win32/MinimizeToTray.h @ 7349:345f3b22ebd6

[gaim-migrate @ 7940] "Hello, I've updated gaim zh_CN translation. Unfortunately, Sourceforge.net are being banned by China government for some reason I don't know. So, I can only send it to you. Hope it will be ci to cvs soon. Thanx." quoth the our translator committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 27 Oct 2003 15:24:21 +0000
parents 9682c0e022c6
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_ */