VirtualBox

Changeset 89832 in vbox for trunk/src/VBox/Devices/Input


Ignore:
Timestamp:
Jun 22, 2021 1:12:25 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145289
Message:

DrvMouseQueue,DrvKeyboardQueue: Don't keep items in the queue unless VERR_TRY_AGAIN is returns, as per documentation. ]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Input/DrvMouseQueue.cpp

    r89831 r89832  
    249249                                            pItem->u.Absolute.fButtons);
    250250    else
    251         AssertMsgFailedReturn(("enmType=%d\n"), true /* remove buggy data */);
     251        AssertMsgFailedReturn(("enmType=%d\n", pItem->enmType), true /* remove buggy data */);
    252252    return rc != VERR_TRY_AGAIN;
    253253}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette