pidgin/win32/MinimizeToTray.h

Mon, 23 Apr 2007 03:02:37 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Mon, 23 Apr 2007 03:02:37 +0000
changeset 16394
b619366f62e1
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Fix #248 (Control shouldn't steal focus from scrollback)

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial