]> code.delx.au - gnu-emacs/blobdiff - oldXMenu/EvHand.c
* xdisp.c (SKIP_GLYPHS): Removed unused macro.
[gnu-emacs] / oldXMenu / EvHand.c
index d0d2b8efa914bc919e23a54406eb187b8f281331..5ee6877374bcd65a6086a0e745a975d02d4f4d0f 100644 (file)
@@ -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, 2007 Free Software Foundation, Inc.  */
 
 /*
  * XMenu:      MIT Project Athena, X Window system menu package
@@ -16,8 +15,7 @@
 
 #include "XMenuInt.h"
 
-XMenuEventHandler(handler)
-    int (*handler)();
+XMenuEventHandler(int (*handler) (XEvent*))
 {
     /*
      * Set the global event handler variable.
@@ -25,5 +23,3 @@ XMenuEventHandler(handler)
     _XMEventHandler = handler;
 }
 
-/* arch-tag: 8d614c8c-94d9-43c8-8e32-c438a3c8a8a3
-   (do not change this comment) */