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 | 784d26bf983472a69b9de9a3254fd1e715c23735 (patch) | |
tree | a011c0bde618918222e12a3d23cd55eb62cb5c23 /lwlib | |
parent | 727c56f128d2253bb8909929161bf2db4b884839 (diff) | |
download | emacs-784d26bf983472a69b9de9a3254fd1e715c23735.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; |