VirtualBox

Changeset 47582 in vbox


Ignore:
Timestamp:
Aug 7, 2013 11:08:34 AM (11 years ago)
Author:
vboxsync
Message:

Main: multi-touch wrong copy/paste.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/MouseImpl.cpp

    r47576 r47582  
    729729            for (i = 0; i < aCount; i++)
    730730            {
    731                 uint32_t u32Lo = RT_LO_U32(pau64Contacts[i]);
    732                 uint32_t u32Hi = RT_HI_U32(pau64Contacts[i]);
     731                uint32_t u32Lo = RT_LO_U32(paContacts[i]);
     732                uint32_t u32Hi = RT_HI_U32(paContacts[i]);
    733733                int32_t x = (int16_t)u32Lo;
    734734                int32_t y = (int16_t)(u32Lo >> 16);
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