view pidgin/win32/MinimizeToTray.h @ 27024:7957a5ed53bb

Re-add purple_account_get_check_mail() check to oscar. Accidentally removed in [5da8947a38c8e1b99e31f469da81fd097dc18827].
author Paul Aurich <paul@darkrain42.org>
date Sat, 23 May 2009 18:20:44 +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_ */