view src/win32/MinimizeToTray.h @ 9472:362e92781b3f

[gaim-migrate @ 10297] This puts parentheses around dead conversations' titles and tabs. I didn't mark the parentheses as translatable, but someone can do that if they feel the need. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Wed, 07 Jul 2004 06:24:58 +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_ */