[comp.windows.x] Adding event types/extensions

eric@eddie.MIT.EDU (Eric Van Tassell) (09/06/89)

Is there an X god anywhere I could talk to about the mechanics of adding
event types to my application via the extension mechanism? I really need
a bit more info than the O'Reilly books give me. I'll summarize to the net 
unless someone already has a fairly decent summary available.

tia!

eric
-- 
Eric Van Tassell(dlcdev!eric@eddie.mit.edu)
Progress Software Corp.
22B Cotton Rd.
Nashua, NH 03063 {603-882-2488}

jim@EXPO.LCS.MIT.EDU (Jim Fulton) (09/06/89)

    Is there an X god anywhere I could talk to about the mechanics of adding
    event types to my application via the extension mechanism?

Which extension mechanism?  The one for adding new protocols (in which case
you're adding code to server or using a nifty operating system) or the hooks for
extending Xlib (which you can do without touching the source code)?