view pidgin/win32/MinimizeToTray.h @ 16261:f1c2ff731fd9

Fix use before initialization and use after freeing (This is still not being used, but I figured I'd fix the stuff that I noticed).
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 19 Apr 2007 13:32:48 +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_ */