> Could you do what you need with a Window private
> (AllocateWindowPrivateIndex), or does it really need to be in
> WindowOptRec?  If it really does, I'd probably add a mechanism for
> adding privates to it, or add a WindowRec* field to WindowOptRec
> so that you could always access the WindowRec's privates from a
> WindowOptRec (this assumes that a WindowOptRec is associated with
> only one WindowRec, and I don't know if that's the case).

Thanks everybody for your valuable input. The decision not to have
include/extensions in the includepath seems to support the design, so
I will try to put my extra data in a window private structure. I guess
I should move my code out of dispatch.c too :)

-- 
Pontus Lidman               Email: [EMAIL PROTECTED]
Nokia Home Communications   Phone: +46 (0)13  4611201
Diskettgatan 11             Fax:   +46 (0)13  4611001
583 35 Link�ping, Sweden    
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to