view pidgin/win32/MinimizeToTray.h @ 18228:3449f18ff2e2

disapproval of revision '7b9d44db746d32a4cd7a4bd39d9e070d41a94194'
author Sean Egan <seanegan@gmail.com>
date Sun, 22 Jul 2007 06:50:49 +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_ */