view pidgin/win32/MinimizeToTray.h @ 17113:de2946d55a2d

We can't be sure that the conv still exists, so don't dereference it.
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 16 May 2007 03:18:33 +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_ */