diff options
| author | Dave Love | 2000-06-06 14:07:57 +0000 |
|---|---|---|
| committer | Dave Love | 2000-06-06 14:07:57 +0000 |
| commit | 4374c6b0cb768a84c0eeb4826744c9b898734cbe (patch) | |
| tree | 47dcead2fb8157b50be2e4c09463b13b36674383 | |
| parent | 371b6f31d37657c3dc278d4fab998ce9f7d3d6ed (diff) | |
| download | emacs-4374c6b0cb768a84c0eeb4826744c9b898734cbe.tar.gz emacs-4374c6b0cb768a84c0eeb4826744c9b898734cbe.zip | |
(xaw_popup_menu): Add EVENT arg.
| -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) | |||
| 187 | } | 187 | } |
| 188 | 188 | ||
| 189 | void | 189 | void |
| 190 | xaw_popup_menu (widget) | 190 | xaw_popup_menu (widget, event) |
| 191 | Widget widget; | 191 | Widget widget; |
| 192 | XEvent *event; | ||
| 192 | { | 193 | { |
| 193 | /* An Athena menubar has not been implemented. */ | 194 | /* An Athena menubar has not been implemented. */ |
| 194 | return; | 195 | return; |