This is the mail archive of the cygwin-xfree mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Build troubles at libGL


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]