view src/win32/MinimizeToTray.h @ 4940:3708545afe42

[gaim-migrate @ 5274] I forgot to say this al o fixes the problem with the gtkimhtml being scrolled. This commit is unimportant. I just wanted to say that. Do I get a hug? committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 01 Apr 2003 05:55:32 +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_ */