view pidgin/win32/MinimizeToTray.h @ 29570:cc0d1fbe9c71

Rename purple_media_candidate_from_fs to _candidate_from_fs for consistency.
author maiku@pidgin.im
date Mon, 26 Oct 2009 22:30:05 +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_ */