Problems while compiling xorg on Ubuntu

Gaetan Nadon memsize at videotron.ca
Sun Mar 23 11:50:17 PDT 2014


> 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).

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-devel/attachments/20140323/28e1c097/attachment.html>


More information about the xorg-devel mailing list