view pidgin/win32/MinimizeToTray.h @ 17852:b0a1782b90d2

Somehow, version.c wasn't added to the libpurple build. Now that it is actually used, it really needs to be added.
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 13 Jun 2007 12:09:58 +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_ */