view pidgin/win32/MinimizeToTray.h @ 20499:7e7add38a02f

merge of '339e17f432d068c87ce9aaa8d19e6f271d1101b1' and '8d7659804df7d7497ce9bc0b621364d5f132b9f9'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 09 Sep 2007 00:45:05 +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_ */