X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/a0dec7068abe55dbc56ecd029189d6eb1ad12d62..01fcc3a532872b29784a4d888ab9cc1aef0eed01:/oldXMenu/EvHand.c diff --git a/oldXMenu/EvHand.c b/oldXMenu/EvHand.c index 631ffd9134..bd15359d91 100644 --- a/oldXMenu/EvHand.c +++ b/oldXMenu/EvHand.c @@ -1,7 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* $Header: /cvsroot/emacs/emacs/oldXMenu/EvHand.c,v 1.2 2003/09/01 15:45:47 miles Exp $ */ -/* Copyright Massachusetts Institute of Technology 1985 */ /* * XMenu: MIT Project Athena, X Window system menu package @@ -15,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) */