Changeset 79864 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video
- Timestamp:
- Jul 18, 2019 7:47:15 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132260
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp
r79746 r79864 4474 4474 } 4475 4475 } 4476 else 4477 { 4478 // tell the host to use the guest's pointer 4479 vboxWddmHostPointerEnable(pDevExt, pSetPointerPosition->Flags.Visible); 4480 } 4476 4477 // Always update the visibility as requested. Tell the host to use the guest's pointer. 4478 vboxWddmHostPointerEnable(pDevExt, pSetPointerPosition->Flags.Visible); 4481 4479 } 4482 4480
Note:
See TracChangeset
for help on using the changeset viewer.