view pidgin/win32/MinimizeToTray.h @ 29225:42b47f88f6e1

Don't bother asking for an authorization message for users that added us to their own buddy list. I don't think they even receive it anyway.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 01 Jan 2010 22:05:40 +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_ */