view src/win32/MinimizeToTray.h @ 8202:f9a086012545

[gaim-migrate @ 8925] Another patch from MBG - chromakode to make sure buddy icons don't animate themselves twice. You've got two empty 'alves of a coconut and your banging 'em together! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 03 Feb 2004 06:46:04 +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_ */