view pidgin/win32/MinimizeToTray.h @ 19981:4a38af2279c7

propagate from branch 'im.pidgin.pidgin' (head 483b6435074838149d6e95b836d4a2d9263f265d) to branch 'im.pidgin.cpw.rekkanoryo.examples' (head e9ac09439a739bbf07e7269224516dd4fc1d2b56)
author John Bailey <rekkanoryo@rekkanoryo.org>
date Wed, 12 Sep 2007 17:22:33 +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_ */