diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-07-17 19:06:42 -0300 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-07-28 19:09:43 -0300 |
commit | 6dcbf42d6ddf0f8b55feb72008c4f79b18a1603a (patch) | |
tree | d087bff95e0af22985dd8d35fc59e3586b78030a | |
parent | 8341f8b0298eef41ff9db582305e3b7006cdf27a (diff) |
Update to use miPointerGetPosition.
miPointerPosition is deprecated.
-rw-r--r-- | 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. */ |