view pidgin/win32/MinimizeToTray.h @ 31330:cea7e713ef07

jabber: Add abstraction functions for adding/removing auth mechs. Closes #12715 Slight modification from me to g_slist_remove. If it breaks, blame him. committer: Paul Aurich <paul@darkrain42.org>
author eion@robbmob.com
date Mon, 01 Nov 2010 03:40:14 +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_ */