view pidgin/win32/MinimizeToTray.h @ 21517:7d76accb8ac2

fixes #3864: Pidgin 2.2.3 does not build outside source directory
author Björn Voigt <bjoern@cs.tu-berlin.de>
date Thu, 15 Nov 2007 13:39:10 +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_ */