Izumi Tsutsui writes:
> mrg@ wrote:
> 
> > Log Message:
> > initial import of xorg-server-1.20.3
> 
> Is there some summary of API changes between 1.18 and 1.20?
> 
> I'm afraid this update also affects X68k server
> in xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/
> as the previous update  (I'll also changes against Xnest).

ah yeah, i meant to run a test of this server as well, and
forgot.  i quick look shows that i need to un-revert some
of the changes (such as dix-config.h defining too much) and
that there is only one major change needed.

all client handling of fd_set is directly removed, which
means the functions AddEnabledDevice() and
RemoveEnabledDevice() are no longer present.

i'm not 100% sure of the change, but i think it means
switching them over to xf86-prefix versions (eg,
xf86RemoveEnabledDevice()), which take an InputInfoPtr
parameter and no 'int fd', the former which i didn't see
an easy way to find in Xx68k.

i'll commit the dix-config.h update when i've tested the
full revert for those parts (PRESENT, etc.) and then you
can look at the input issue?

thanks - and sorry i forgot to check this one that i new
was a little special.


.mrg.

Reply via email to