bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [address@hidden: bug emacs]


From: Stefan Monnier
Subject: Re: [address@hidden: bug emacs]
Date: 27 Mar 2002 10:46:41 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50

>>>>> "Ralf" == Ralf Fassel <ralfixx@gmx.de> writes:
> *** emacs-21.2/lwlib/xlwmenu.c~       Mon Apr 30 16:34:54 2001
> --- emacs-21.2/lwlib/xlwmenu.c        Wed Mar 27 09:42:04 2002
> ***************
> *** 2121,2127 ****
>                 | PointerMotionHintMask
>                 | ButtonReleaseMask
>                 | ButtonPressMask),
> !              GrabModeAsync, GrabModeAsync, None,
mw-> menu.cursor_shape,
event-> time);
>     pointer_grabbed = 1;
> --- 2121,2127 ----
>                 | PointerMotionHintMask
>                 | ButtonReleaseMask
>                 | ButtonPressMask),
> !              GrabModeAsync, GrabModeSync, None,
mw-> menu.cursor_shape,
event-> time);
>     pointer_grabbed = 1;

I think this patch only works around the bug.  The bug is that the
menu does not get unmapped when the main window is unmapped.

Grabbing more is bad in case of crashes so I'd rather avoid doing it
especially since it doesn't seem to be better from a user perspective
(what's the point of preventing the user from sending keyboard commands
to his window-manager) ?


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]