1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

(xaw_popup_menu): Add EVENT arg.

This commit is contained in:
Dave Love 2000-06-06 14:07:57 +00:00
parent 371b6f31d3
commit 4374c6b0cb

View File

@ -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;