Build troubles at libGL

Colin Harrison colin.harrison@virgin.net
Sat Aug 6 15:15:00 GMT 2005


Hi,

In last message for GL/gtx read GL/glx.

>I was hoping to tweak the Tray icon a bit. When I exit X, the icon stays as
a 'zombie', and disappears on mouse-over.

A candidate patch:-


--- save_winwndproc.c   2005-08-06 15:55:50.000000000 +0100
+++ winwndproc.c        2005-08-06 16:07:53.000000000 +0100
@@ -1216,6 +1216,9 @@

     case WM_ENDSESSION:
     case WM_GIVEUP:
+      /* Delete the tray Icon */
+      if (!s_pScreenInfo->fNoTrayIcon && s_pScreenPriv->hiconNotifyIcon !=
NULL)
+        winDeleteNotifyIcon (s_pScreenPriv);
       /* Tell X that we are giving up */
 #ifdef XWIN_MULTIWINDOW
       if (s_pScreenInfo->fMultiWindow)


Colin Harrison


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/



More information about the Cygwin-xfree mailing list