view src/win32/MinimizeToTray.h @ 6307:55588b222901

[gaim-migrate @ 6806] Fixes "Auto-join doesn't save" http://sourceforge.net/tracker/index.php?func=detail&aid=774531&group_id=235&atid=100235 committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 26 Jul 2003 16:11:30 +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_ */