Applied to CVS for 21.1. This fix will be in 21.1.9.
- vin
>>>> On 06 Feb 2000 11:29:51 -0500, Vin Shelton
<acs(a)xemacs.org> said:
>>>> On 06 Feb 2000, Gunnar Evermann
<ge204(a)eng.cam.ac.uk> said:
Vin> Jan Vroonhof <vroonhof(a)math.ethz.ch> writes:
>> Gunnar Evermann <ge204(a)eng.cam.ac.uk> writes:
>>
>> > suggestions?
>>
>> Change the HAVE_WMCOMMAND to HAVE_SESSION. It works for me...
Gunnar> ok let's do that then. Vin, do you want a patch? :-)
Vin> Gee, I think I can handle this one. It seems to work for me - unless
Vin> anyone objects, I will apply this patch tonight.
Vin> 2000-02-06 Vin Shelton <acs(a)xemacs.org>
Vin> * menubar-x (make_dummy_xbutton_event): Change HAVE_WMCOMMAND to
Vin> HAVE_SESSION in order to fix popup menu location.
Vin> --- src/menubar-x.c~ Mon Nov 1 23:17:15 1999
Vin> +++ src/menubar-x.c Sun Feb 6 11:14:23 2000
Vin> @@ -684,7 +684,7 @@
btn-> x = eev->event.button.x;
btn-> y = eev->event.button.y;
Vin> shellx = shelly = 0;
Vin> -#ifndef HAVE_WMCOMMAND
Vin> +#ifndef HAVE_SESSION
Vin> {
Vin> Widget shell = XtParent (daddy);
Vin> - vin