<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><br>
    </div>
    <blockquote cite="mid:532F1B48.4050406@oracle.com" type="cite">Fedora
      patches it too, see the end of:
      <br>
      <a moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://pkgs.fedoraproject.org/cgit/xorg-x11-drv-sis.git/tree/sis-0.10.7-git.patch">http://pkgs.fedoraproject.org/cgit/xorg-x11-drv-sis.git/tree/sis-0.10.7-git.patch</a>
      <br>
    </blockquote>
    <br>
    <pre><code>+            miPointerSetPosition(inputInfo.pointer, Absolute, &dx, &dy, NULL, NULL);</code></pre>
    <br>
    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:<br>
    <blockquote>
      <pre wrap="">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).
</pre>
    </blockquote>
    <pre wrap="">
</pre>
  </body>
</html>