X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/4bc5d7668ef47295810f28a14d67b4a9e12a341f..169043d6625acab49a9a12fb046321d96036cb7d:/oldXMenu/EvHand.c diff --git a/oldXMenu/EvHand.c b/oldXMenu/EvHand.c index 84836c92e1..bd15359d91 100644 --- a/oldXMenu/EvHand.c +++ b/oldXMenu/EvHand.c @@ -1,8 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package @@ -16,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) */