plugins/docklet/MinimizeToTray.h

Tue, 03 Jan 2006 05:56:22 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Tue, 03 Jan 2006 05:56:22 +0000
changeset 12691
4c178bccdba7
parent 11709
da6e9cd5f6d9
permissions
-rw-r--r--

[gaim-migrate @ 15034]
Using g_thread_exit() instead of simply returning at the bottom of the thread function seems to prevent some weird crashes. Also, display the error message for SRV lookup failures instead of just the error code.

11709
da6e9cd5f6d9 [gaim-migrate @ 14000]
Casey Harkins <charkins@pidgin.im>
parents:
diff changeset
1 #ifndef _MINIMIZE_TO_TRAY_H_
da6e9cd5f6d9 [gaim-migrate @ 14000]
Casey Harkins <charkins@pidgin.im>
parents:
diff changeset
2 #define _MINIMIZE_TO_TRAY_H_
da6e9cd5f6d9 [gaim-migrate @ 14000]
Casey Harkins <charkins@pidgin.im>
parents:
diff changeset
3
da6e9cd5f6d9 [gaim-migrate @ 14000]
Casey Harkins <charkins@pidgin.im>
parents:
diff changeset
4 void MinimizeWndToTray(HWND hWnd);
da6e9cd5f6d9 [gaim-migrate @ 14000]
Casey Harkins <charkins@pidgin.im>
parents:
diff changeset
5 void RestoreWndFromTray(HWND hWnd);
da6e9cd5f6d9 [gaim-migrate @ 14000]
Casey Harkins <charkins@pidgin.im>
parents:
diff changeset
6
da6e9cd5f6d9 [gaim-migrate @ 14000]
Casey Harkins <charkins@pidgin.im>
parents:
diff changeset
7 #endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial