view pidgin/win32/MinimizeToTray.h @ 15477:5e5f9ffa5b72

merge of '921d892371d1bd4b52a6f589936628d8a8c4ed72' and 'ea057dea5d8e52e6c6bf8c6e1c13033619eb41f5'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 31 Jan 2007 06:59:45 +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_ */