pidgin/win32/MinimizeToTray.h

Mon, 21 Dec 2015 15:05:58 -0500

author
Michael McConville <mmcco@mykolab.com>
date
Mon, 21 Dec 2015 15:05:58 -0500
changeset 37426
6fd4989b77e4
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

The last of the NULL-checks before free()

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial