[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Menus in lower left corner WAS: Re: [PATCH] NSMenu patch version 2.
From: |
Michael Hanni |
Subject: |
Re: Menus in lower left corner WAS: Re: [PATCH] NSMenu patch version 2. |
Date: |
Sun, 9 Mar 2003 12:31:37 -0800 (PST) |
Hi Willem,
Thanks for your work on this... Menu problems in my mind have a huge impact on
usability.
--- Willem Rein Oudshoorn <woudshoo@xs4all.nl> wrote:
>
> Yes, it could happen to any X app. But it is very very unlikely.
> How many applications do map/unmap windows in quick succession?
> Of course other programs also have menus which are mapped/unmapped
> quickly, but I suspect that they will set the override_redirect flag to
> TRUE.
> Setting the override_redirect to TRUE will make sure that redirection
> does not happen.
Just a historical note: when I first worked on the menu code many moons ago I
used override_redirect windows for the menu windows. I never had this race
problem back then... Of course, using override_redirect windows caused some
other problems, I just don't remember what they were... sorry. :-)
Cheers,
Michael
=====