view pidgin/win32/MinimizeToTray.h @ 20078:8c33d2e73060

merge of '13c22e794b21817fd09887f5a0d20def762f5203' and '8f765c8b1620e8ac488e2be4e987153c51ba2f0a'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 15 Sep 2007 23:40:00 +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_ */