view pidgin/win32/MinimizeToTray.h @ 27638:a0baa4da3217

Use purple_util_write_data_to_file_absolute. Closes #9688.
author Paul Aurich <paul@darkrain42.org>
date Wed, 15 Jul 2009 23:11:00 +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_ */