view pidgin/win32/MinimizeToTray.h @ 30291:5c639069557d

disapproval of revision '5f410e729e7a8a2e46752d46b37a7c11e17d5ed7' In favor of Evan's changes
author Paul Aurich <paul@darkrain42.org>
date Tue, 04 May 2010 02:22:26 +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_ */