X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/1f3ddf11e81c4c707fe2f231d05012185b842403..01fcc3a532872b29784a4d888ab9cc1aef0eed01:/oldXMenu/EvHand.c diff --git a/oldXMenu/EvHand.c b/oldXMenu/EvHand.c index 073d0ab90b..bd15359d91 100644 --- a/oldXMenu/EvHand.c +++ b/oldXMenu/EvHand.c @@ -1,6 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* Copyright Massachusetts Institute of Technology 1985 */ /* * XMenu: MIT Project Athena, X Window system menu package @@ -14,14 +15,11 @@ #include "XMenuInt.h" -XMenuEventHandler(handler) - int (*handler)(); +void +XMenuEventHandler(int (*handler) (XEvent*)) { /* * Set the global event handler variable. */ _XMEventHandler = handler; } - -/* arch-tag: 8d614c8c-94d9-43c8-8e32-c438a3c8a8a3 - (do not change this comment) */