view pidgin/win32/MinimizeToTray.h @ 22265:7bd8ec61e687

merge of '127e166396532169c471488d7be34927a0f32b39' and 'b75a11995dcb2d3d2dc04522842a884fa0b5d06f'
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Mon, 04 Feb 2008 04:04:02 +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_ */