view src/win32/MinimizeToTray.h @ 8681:e2e56231023c

[gaim-migrate @ 9434] I think this just about perfects rich-text copy/paste. Tim's done a real good job with gtkimhtml. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 17 Apr 2004 17:39:15 +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_ */