mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-04 23:28:05 +02:00
KDrive: Remove useless miPointerUpdateSprite call
miPointerUpdateSprite is already called from mieqProcessInputEvents, so calling it by hand immediately after isn't massively helpful. Signed-off-by: Daniel Stone <daniel@fooishbar.org> Reviewed-by: Cyril Brulebois <kibi@debian.org> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
57b767d292
commit
0f41d6c851
1 changed files with 0 additions and 1 deletions
|
|
@ -2159,7 +2159,6 @@ void
|
|||
ProcessInputEvents (void)
|
||||
{
|
||||
mieqProcessInputEvents();
|
||||
miPointerUpdateSprite(inputInfo.pointer);
|
||||
if (kdSwitchPending)
|
||||
KdProcessSwitch ();
|
||||
KdCheckLock ();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue