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:
parent
371b6f31d3
commit
4374c6b0cb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user