xserver: Branch 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Nov 3 04:32:43 EET 2006


 hw/xprint/ddxInit.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
diff-tree 037f23e6f8fbe6e6fc8e71ed21958fc553df72d0 (from 7dc54a40e900cbea1e509620623b091d54a3c2d1)
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Thu Nov 2 18:30:58 2006 -0800

    Convert Xprt DDX to new motion history api

diff --git a/hw/xprint/ddxInit.c b/hw/xprint/ddxInit.c
index 77b532f..8e7ec2e 100644
--- a/hw/xprint/ddxInit.c
+++ b/hw/xprint/ddxInit.c
@@ -156,9 +156,9 @@ PointerProc(
 	  {
 	      map[0] = 0;
 	      InitPointerDeviceStruct(pPtr, map, NUM_BUTTONS, 
-				      miPointerGetMotionEvents, 
+				      GetMotionHistory,
 				      (PtrCtrlProcPtr)_XpVoidNoop,
-				      miPointerGetMotionBufferSize());
+				      GetMotionHistorySize(), 2);
 	      break;
 	  }
         case DEVICE_ON:



More information about the xorg-commit mailing list