view pidgin/win32/MinimizeToTray.h @ 15697:31a6bfedf7be

Tcl savedstatus command, again from Dossy Shiobara. Dossy is on fire.
author Ethan Blanton <elb@pidgin.im>
date Sun, 25 Feb 2007 02:48:52 +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_ */