plugins/docklet/MinimizeToTray.h

Mon, 24 Apr 2006 20:05:48 +0000

author
Casey Harkins <charkins@pidgin.im>
date
Mon, 24 Apr 2006 20:05:48 +0000
changeset 13687
c432ca78c271
parent 11709
da6e9cd5f6d9
permissions
-rw-r--r--

[gaim-migrate @ 16088]
SF Patch #1474731 from Casey Harkins

"This patch increases the time (from 3 sec to 5 sec)
that gaim waits for a message from the notification
area that the docklet icon was created successfully. It
should fix bug #1466092."

5 seconds doesn't seem too bad and it should help people with slower systems.

committer: Richard Laager <rlaager@pidgin.im>

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial