view src/win32/MinimizeToTray.h @ 4512:c5bc145addf9

[gaim-migrate @ 4788] Removed filter_break.. Made unnecessary by parse_line's processing of escaped chars. Fixes win32 pounce sound paths. committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Mon, 03 Feb 2003 16:02:50 +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_ */