view pidgin/win32/MinimizeToTray.h @ 21597:14afe5a92fc2

merge of '374a8877bfa4fa06b384482815befe37f2c72b9b' and 'a8b9524fdf33c54963051d0ffbd18d9f0facf122'
author Etan Reisner <pidgin@unreliablesource.net>
date Mon, 19 Nov 2007 23:06:16 +0000
parents 5fe8042783c1
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_ */