On Apr 28, 10 23:59:06 -0700, Keith Packard wrote: > It's possible to adapt to this change with some very small adjustments > in your code; simply replace 'int' in the index variable declaration > with 'DevPrivateKeyRec' and make sure dixRegisterPrivateKey is called > (potentially replacing an existing call to dixRequestPrivate). The rest > of your code should work just fine.
I suggest that you have some sort of compile-time define available to determine the API type - in case some out-of-Xserver part (drivers?) wants to be backward compatible and support both APIs. I don't see that in the header file yet. Thanks Matthias -- Matthias Hopf <[email protected]> __ __ __ Maxfeldstr. 5 / 90409 Nuernberg (_ | | (_ |__ [email protected] Phone +49-911-74053-715 __) |_| __) |__ R & D www.mshopf.de _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
