From: Dave Love Date: Tue, 6 Jun 2000 14:07:57 +0000 (+0000) Subject: (xaw_popup_menu): Add EVENT arg. X-Git-Tag: emacs-pretest-21.0.90~3484 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4374c6b0cb768a84c0eeb4826744c9b898734cbe;p=emacs.git (xaw_popup_menu): Add EVENT arg. --- diff --git a/lwlib/lwlib-Xaw.c b/lwlib/lwlib-Xaw.c index f2feb32746f..c7750c303c4 100644 --- a/lwlib/lwlib-Xaw.c +++ b/lwlib/lwlib-Xaw.c @@ -187,8 +187,9 @@ xaw_destroy_instance (instance) } void -xaw_popup_menu (widget) +xaw_popup_menu (widget, event) Widget widget; + XEvent *event; { /* An Athena menubar has not been implemented. */ return;