view pidgin/win32/MinimizeToTray.h @ 22752:b30516259a8a

disapproval of revision '52c0efb045580dac7b6f5e40c91002e917e0cae3'
author Evan Schoenberg <evan.s@dreskin.net>
date Tue, 29 Apr 2008 03:47:25 +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_ */