view src/win32/MinimizeToTray.h @ 4935:b89f7c450d6c

[gaim-migrate @ 5269] If you are one of those people who keeps complaining your buddy list is too wide, don't upgrade this cvs commit. If you do, and complain, I'll yell at you. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 01 Apr 2003 00:14:58 +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_ */