> Fedora patches it too, see the end of:
> http://pkgs.fedoraproject.org/cgit/xorg-x11-drv-sis.git/tree/sis-0.10.7-git.patch
>

|+            miPointerSetPosition(inputInfo.pointer, Absolute, &dx, &dy, NULL, 
NULL);|


This patch gets rid of the compile error but does not work. A real event
list and count must be passed in as Peter Hutterer explained:

    not quite, sorry. nevents is an return value, we pass this down because
    miPointerSetPosition may actually add events to the list. this must be an
    actual event list, the code here would likely segfault if there are barriers
    (see input_constrain_cursor).

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to