view src/win32/MinimizeToTray.h @ 10154:6ccd92a58cde

[gaim-migrate @ 11233] I committed this to oldstatus earlier. It displays ERROR strings better, but someone should probably patch it to be more better. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Thu, 04 Nov 2004 04:05:43 +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_ */