diff options
author | Dave Love <fx@gnu.org> | 2000-06-06 14:07:57 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-06-06 14:07:57 +0000 |
commit | 4374c6b0cb768a84c0eeb4826744c9b898734cbe (patch) | |
tree | 47dcead2fb8157b50be2e4c09463b13b36674383 /lwlib | |
parent | 371b6f31d37657c3dc278d4fab998ce9f7d3d6ed (diff) | |
download | emacs-4374c6b0cb768a84c0eeb4826744c9b898734cbe.tar.gz |
(xaw_popup_menu): Add EVENT arg.
Diffstat (limited to 'lwlib')
-rw-r--r-- | lwlib/lwlib-Xaw.c | 3 |
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; |