view pidgin/win32/MinimizeToTray.h @ 18686:b70664a62de8

Added the files I created to the Makefile. This hasn't happened yet since Adium doesn't use those Makefiles for building.
author Andreas Monitzer <pidgin@monitzer.com>
date Thu, 12 Jul 2007 02:20:55 +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_ */