view src/win32/MinimizeToTray.h @ 4053:bf443ac50a07

[gaim-migrate @ 4263] "fixes a typo in prpl.c - "reccomended" -> "recommended", plus all the translation .po files that translate it. " --Matthew Smith (smigs) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 10 Dec 2002 00:22:48 +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_ */