summaryrefslogtreecommitdiff
path: root/lwlib
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-06-06 14:07:57 +0000
committerDave Love <fx@gnu.org>2000-06-06 14:07:57 +0000
commit4374c6b0cb768a84c0eeb4826744c9b898734cbe (patch)
tree47dcead2fb8157b50be2e4c09463b13b36674383 /lwlib
parent371b6f31d37657c3dc278d4fab998ce9f7d3d6ed (diff)
downloademacs-4374c6b0cb768a84c0eeb4826744c9b898734cbe.tar.gz
(xaw_popup_menu): Add EVENT arg.
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/lwlib-Xaw.c3
1 files changed, 2 insertions, 1 deletions
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;