view src/win32/MinimizeToTray.h @ 8871:b8c0a53b3022

[gaim-migrate @ 9639] this worked for 3 1/2 years because it wasn't broken don't let me commit anything else until exams are over, and I get full use of my brain back committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 04 May 2004 16:15:49 +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_ */