view src/win32/MinimizeToTray.h @ 9125:668ffb8fec00

[gaim-migrate @ 9902] (12:53:05) nosnilmot: LSchiere: not majorly important, but the pref changes listed in the ChangeLog are out of sync committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 30 May 2004 16:54:40 +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_ */