summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-07-17 19:06:42 -0300
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-07-28 19:09:43 -0300
commit6dcbf42d6ddf0f8b55feb72008c4f79b18a1603a (patch)
treed087bff95e0af22985dd8d35fc59e3586b78030a
parent8341f8b0298eef41ff9db582305e3b7006cdf27a (diff)
Update to use miPointerGetPosition.
miPointerPosition is deprecated.
-rw-r--r--src/lg_driver.c2
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. */