Changeset 47582 in vbox
- Timestamp:
- Aug 7, 2013 11:08:34 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/MouseImpl.cpp
r47576 r47582 729 729 for (i = 0; i < aCount; i++) 730 730 { 731 uint32_t u32Lo = RT_LO_U32(pa u64Contacts[i]);732 uint32_t u32Hi = RT_HI_U32(pa u64Contacts[i]);731 uint32_t u32Lo = RT_LO_U32(paContacts[i]); 732 uint32_t u32Hi = RT_HI_U32(paContacts[i]); 733 733 int32_t x = (int16_t)u32Lo; 734 734 int32_t y = (int16_t)(u32Lo >> 16);
Note:
See TracChangeset
for help on using the changeset viewer.