From 526d1502df8db6799c9d1155b86ce79cef90872b Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Fri, 7 Oct 2005 21:29:39 +0000 Subject: another update to the RandR fix (thanks Aaron) --- hw/xfree86/common/xf86RandR.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hw/xfree86/common/xf86RandR.c b/hw/xfree86/common/xf86RandR.c index b5c19c94c..9abf99d7f 100644 --- a/hw/xfree86/common/xf86RandR.c +++ b/hw/xfree86/common/xf86RandR.c @@ -261,12 +261,11 @@ xf86RandRSetConfig (ScreenPtr pScreen, */ if (pScreen == miPointerCurrentScreen ()) { - if (px < pSize->width && py < pSize->height) { + if (px < pSize->width && py < pSize->height) (*pScreen->SetCursorPosition) (pScreen, px, py, FALSE); - /* Ensure AdjustFrame is called */ + if (px < pScreen->width && py < pScreen->height) (*scrp->PointerMoved) (pScreen->myNum, px, py); - } } return TRUE; -- cgit v1.2.3