From 422934e03c0b39d340752aa4563f2205e93c3fef Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Thu, 17 Jul 2008 19:06:42 -0300 Subject: [PATCH] Update to use miPointerGetPosition. miPointerPosition is deprecated. --- src/lg_driver.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/lg_driver.c b/src/lg_driver.c index c731f61..ff5a477 100644 --- a/src/lg_driver.c +++ b/src/lg_driver.c @@ -1547,7 +1547,7 @@ LgAdjustFrame(int scrnIndex, int x, int y, int flags) (PCI_CHIP_GD5465 == pCir->Chipset) ? 1 : (24==pScrn->bitsPerPixel?3:1); /* Where's the pointer? */ - miPointerPosition(&cursorX, &cursorY); + miPointerGetPosition(inputInfo.pointer, &cursorX, &cursorY); /* Where's the middle of the screen? We want to eventually know which side of the screen the pointer is on. */ -- 1.5.6