mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 10:40:06 +01:00
Fix 332 xterm jump strangly during moving. This is dev-0-7-0-9.
This commit is contained in:
parent
8bf34149e0
commit
dd4b1ae0db
1 changed files with 2 additions and 2 deletions
|
|
@ -2097,8 +2097,8 @@ lgeFixUpEventFromWindow(
|
|||
if (IsWinLgePRWOne(XE_KBPTR.event)) {
|
||||
WindowPtr pOldWin = (WindowPtr) LookupIDByType(eventWindowOld, RT_WINDOW);
|
||||
if (pOldWin != NULL) {
|
||||
XE_KBPTR.eventX += pOldWin->drawable.x;
|
||||
XE_KBPTR.eventY += pOldWin->drawable.y;
|
||||
XE_KBPTR.eventX = XE_KBPTR.rootX;
|
||||
XE_KBPTR.eventY = XE_KBPTR.rootY;
|
||||
/* Skip the fixup below */
|
||||
eventWindowOld = XE_KBPTR.event;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue