mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-30 06:10:08 +01:00
Remove workaround for a NULL core pointer in ProcessInputEvents.
This workaround is obsolete with 33a5d9605e
This commit is contained in:
parent
d4dad6f84f
commit
547d720938
1 changed files with 3 additions and 7 deletions
|
|
@ -247,13 +247,9 @@ ProcessInputEvents ()
|
|||
|
||||
mieqProcessInputEvents();
|
||||
|
||||
/* PIE can be called after devices have been shut down. Blame DGA. */
|
||||
if (inputInfo.pointer)
|
||||
{
|
||||
/* FIXME: This is a problem if we have multiple pointers */
|
||||
miPointerGetPosition(inputInfo.pointer, &x, &y);
|
||||
xf86SetViewport(xf86Info.currentScreen, x, y);
|
||||
}
|
||||
/* FIXME: This is a problem if we have multiple pointers */
|
||||
miPointerGetPosition(inputInfo.pointer, &x, &y);
|
||||
xf86SetViewport(xf86Info.currentScreen, x, y);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue