view pidgin/win32/MinimizeToTray.h @ 19949:6829aa32b16c

propagate from branch 'im.pidgin.pidgin' (head 3a95a9866173539bae4b66f0e7047dae6f5376c6) to branch 'im.pidgin.sadrul.conv.persistent' (head 863f5c0525aa8313063c80e0af1f1b3ebbadde5f)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 12 Sep 2007 11:18:57 +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_ */