view src/win32/MinimizeToTray.h @ 10615:2e720df50861

[gaim-migrate @ 12076] Rob sent me a letter of resignation the other night. I suggested he post an announcement to the webpage; I guess he wanted to keep it quiet. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 20 Feb 2005 22:40:11 +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_ */