From 4374c6b0cb768a84c0eeb4826744c9b898734cbe Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 6 Jun 2000 14:07:57 +0000 Subject: (xaw_popup_menu): Add EVENT arg. --- lwlib/lwlib-Xaw.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lwlib') 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; -- cgit v1.2.1