This is the mail archive of the cygwin-xfree@cygwin.com 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: [XWin test-92] no tray>exit


Earle,

Thanks.

Check out Test93... please make sure that the patch fixed the problem.

Thanks for contributing,

Harold

Earle F. Philhower, III wrote:

Howdy Harold, here's that patch:

--- xwin.test92/wintrayicon.c   2003-06-02 06:14:26.000000000 -0700
+++ xwin/wintrayicon.c  2003-07-30 13:09:06.000000000 -0700
@@ -176,7 +176,7 @@

            /* Remove separator */
            RemoveMenu (hmenuTray,
-                       1,
+                       0,
                        MF_BYPOSITION);
          }


---------- Original Message ------------- Subject: Re: [XWin test-92] no tray>exit Date: Wed, 30 Jul 2003 14:47:03 -0400 From: Harold L Hunt II <huntharo@msu.edu> To: cygwin-xfree@cygwin.com


Huh. Interesting.


There was a debate some time ago as to whether the Exit button should be on the bottom or top of that menu. My local tree got changed, but the change appears to have been incomplete because the code that hides and unhides buttons seems to be unchanged. That code operates on button positions, not button names, so it has to be updated whenever buttons are moved. This should be easy to fix, but I would, of course, appreciate it if someone got to it before I did and had a patch waiting for me when I get home tonight...

Harold

Thomas L Roche wrote:


daniel.blueman Wed, 30 Jul 2003 13:04:19 +0200 (MEST)


Unfortunately, the system tray icon menu (ie not when you
double-click, but when you single right click) has no entries - so
no 'exit' option like previously.


I also observed this: the only content of the context menu was a
separator (disabled, IIRC).






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