view pidgin/win32/MinimizeToTray.h @ 29109:6ebacc1710b2

jabber: Use the error code instead of string matching. QuLogic pointed out this was more appropriate.
author Paul Aurich <paul@darkrain42.org>
date Tue, 01 Dec 2009 04:56:47 +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_ */