view pidgin/win32/MinimizeToTray.h @ 26894:3c06cd0e1717

Avoid overwriting the PRIMARY clipboard when we select-on-focus the status text for easy editing. Fixes #8781.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 03 May 2009 23:49:25 +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_ */