mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-28 16:48:17 +02:00
Need to set initial screen size at device open time too.
This commit is contained in:
parent
0d206e177f
commit
88d49bed00
1 changed files with 3 additions and 0 deletions
|
|
@ -503,6 +503,9 @@ vuidMouseProc(DeviceIntPtr pPointer, int what)
|
|||
pInfo->name, strerror(errno));
|
||||
}
|
||||
vuidMouseWheelInit(pInfo);
|
||||
#ifdef HAVE_ABSOLUTE_MOUSE_SCALING
|
||||
vuidMouseSendScreenSize(screenInfo.screens[0], pVuidMse);
|
||||
#endif
|
||||
xf86FlushInput(pInfo->fd);
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue