src/win32/MinimizeToTray.h

Wed, 23 Feb 2005 03:52:55 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Wed, 23 Feb 2005 03:52:55 +0000
changeset 10629
f79103694c1a
parent 3630
caa952062dc2
permissions
-rw-r--r--

[gaim-migrate @ 12106]
This was removed when changes were made to specify that the http:// handler should open the file. Judging by the number of bug reports, it is still necessary.

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial