view plugins/docklet/MinimizeToTray.h @ 11990:f08a5365e2c9

[gaim-migrate @ 14283] I haven't quite figured out all of thise size_allocate stuff, but I think I'm starting to get it. Someone should let me know if this actually helps any or what. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sun, 06 Nov 2005 19:47:32 +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_ */