view pidgin/win32/MinimizeToTray.h @ 18040:541a6b0112c6

NOTE: Saved images are not yet displayed when loading logs.
author Richard Laager <rlaager@wiktel.com>
date Mon, 04 Jun 2007 05:47:51 +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_ */