xserver: Branch 'master'

Keith Packard keithp at kemper.freedesktop.org
Wed Nov 2 21:23:37 PDT 2011


 hw/dmx/doc/dmx.xml |    9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

New commits:
commit 3881b0bf1ce11a62473650bdf6ee01a1762f6f91
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Tue Nov 1 07:17:07 2011 -0400

    mi: remove deprecated miPointerAbsoluteCursor from design doc
    
    Function was removed from the code by commit f5409aa026
    
    Reviewed-by: Jeremy Huddleston <jeremyhu at apple.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
    Signed-off-by: Keith Packard <keithp at keithp.com>

diff --git a/hw/dmx/doc/dmx.xml b/hw/dmx/doc/dmx.xml
index ce472c2..845eec9 100644
--- a/hw/dmx/doc/dmx.xml
+++ b/hw/dmx/doc/dmx.xml
@@ -967,17 +967,10 @@ event queue.  It is simply passed the event to be queued.
 </para>
 
 <para>The cursor position should be updated when motion events are
-enqueued, by calling either miPointerAbsoluteCursor() or
-miPointerDeltaCursor():
+enqueued by calling miPointerDeltaCursor():
 
 <variablelist>
 <varlistentry>
-<term>miPointerAbsoluteCursor()</term>
-<listitem>
-<para>This MI function is used to move the
-cursor to the absolute coordinates provided.
-</para></listitem></varlistentry>
-<varlistentry>
 <term>miPointerDeltaCursor()</term>
 <listitem>
 <para>This MI function is used to move the cursor


More information about the xorg-commit mailing list