view plugins/docklet/MinimizeToTray.h @ 13868:b355f7ed1814

[gaim-migrate @ 16334] This should cause the logging DBUS registration to actually work. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 24 Jun 2006 22:52:59 +0000
parents cae2fb7e8594
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_ */