]> git.eshelyaron.com Git - emacs.git/commitdiff
(xaw_popup_menu): Add EVENT arg.
authorDave Love <fx@gnu.org>
Tue, 6 Jun 2000 14:07:57 +0000 (14:07 +0000)
committerDave Love <fx@gnu.org>
Tue, 6 Jun 2000 14:07:57 +0000 (14:07 +0000)
lwlib/lwlib-Xaw.c

index f2feb32746f93fbe39e32afcd0b8784e5c775f66..c7750c303c4d95e14b53ff253ad2a1b6a1fc91a5 100644 (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;