>>>> On 06 Feb 2000, Gunnar Evermann
<ge204(a)eng.cam.ac.uk> said:
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? :-)
Gee, I think I can handle this one. It seems to work for me - unless
anyone objects, I will apply this patch tonight.
2000-02-06 Vin Shelton <acs(a)xemacs.org>
* menubar-x (make_dummy_xbutton_event): Change HAVE_WMCOMMAND to
HAVE_SESSION in order to fix popup menu location.
--- src/menubar-x.c~ Mon Nov 1 23:17:15 1999
+++ src/menubar-x.c Sun Feb 6 11:14:23 2000
@@ -684,7 +684,7 @@
btn->x = eev->event.button.x;
btn->y = eev->event.button.y;
shellx = shelly = 0;
-#ifndef HAVE_WMCOMMAND
+#ifndef HAVE_SESSION
{
Widget shell = XtParent (daddy);
- vin