Changeset 33713 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Miniport
- Timestamp:
- Nov 2, 2010 9:55:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideoHGSMI.cpp
r33711 r33713 648 648 uint32_t cbData = 0; 649 649 650 if ( !pointerAttr->Enable & VBOX_MOUSE_POINTER_SHAPE)650 if (pointerAttr->Enable & VBOX_MOUSE_POINTER_SHAPE) 651 651 { 652 652 /* Size of the pointer data: sizeof (AND mask) + sizeof (XOR_MASK) */
Note:
See TracChangeset
for help on using the changeset viewer.