view pidgin/win32/MinimizeToTray.h @ 20856:306f3c0bccd4

Prevent null pointer deref to fix CID 349. I don't think this is possible, but I suppose it may happen with a different UI.
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 09 Oct 2007 23:39:30 +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_ */