X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/0ee81a0ce066375eac701c06cdfbdebefe594fdc..0fe3602a281b967ab1709da511c88f763a86e62a:/oldXMenu/EvHand.c?ds=sidebyside diff --git a/oldXMenu/EvHand.c b/oldXMenu/EvHand.c index fa99b8363a..bd15359d91 100644 --- a/oldXMenu/EvHand.c +++ b/oldXMenu/EvHand.c @@ -15,6 +15,7 @@ #include "XMenuInt.h" +void XMenuEventHandler(int (*handler) (XEvent*)) { /* @@ -22,6 +23,3 @@ XMenuEventHandler(int (*handler) (XEvent*)) */ _XMEventHandler = handler; } - -/* arch-tag: 8d614c8c-94d9-43c8-8e32-c438a3c8a8a3 - (do not change this comment) */