view pidgin/win32/MinimizeToTray.h @ 24171:bfe33e14f4b2

merge of '05c26e9f58c2ab03f9f6d60143405f368789957d' and '626406097b98706953fee991570fad3cf83675f8'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 08 Oct 2008 15:07:07 +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_ */