aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib/lwlib-Xaw.c
diff options
context:
space:
mode:
authorDave Love <[email protected]>2000-06-06 14:07:57 +0000
committerDave Love <[email protected]>2000-06-06 14:07:57 +0000
commit4374c6b0cb768a84c0eeb4826744c9b898734cbe (patch)
tree47dcead2fb8157b50be2e4c09463b13b36674383 /lwlib/lwlib-Xaw.c
parent371b6f31d37657c3dc278d4fab998ce9f7d3d6ed (diff)
(xaw_popup_menu): Add EVENT arg.
Diffstat (limited to 'lwlib/lwlib-Xaw.c')
-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 f2feb32746..c7750c303c 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;