Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!rws
From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler)
Newsgroups: comp.windows.x
Subject: Re: How do I add an event type to X
Message-ID: <8910021304.AA03167@expire.lcs.mit.edu>
Date: 2 Oct 89 13:04:49 GMT
References: <12836@eddie.MIT.EDU>
Sender: daemon@bloom-beacon.MIT.EDU
Organization: The Internet
Lines: 6

I don't really understand what you're trying to do.  If you're trying
to pass a new event type between clients, you can't do it without
changing the X server (defining an extension that supports the event).
If you're just trying to create a new event type for use within a
single client, you can't use XSendEvent to send it to yourself, XPutBackEvent
is the only defined interface for this.