Changeset 108641 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPDevExt.h
- Timestamp:
- Mar 20, 2025 12:48:42 PM (2 months ago)
- svn:sync-xref-src-repo-rev:
- 168054
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPDevExt.h
r106061 r108641 157 157 158 158 BOOLEAN f3DEnabled; 159 BOOLEAN fCmdVbvaEnabled; 159 BOOLEAN fCmdVbvaEnabled; /** @todo r=andy Remove this too for @bugref{10756}? */ 160 160 BOOLEAN fComplexTopologiesEnabled; 161 161 … … 164 164 VBOXVTLIST CtlList; 165 165 VBOXVTLIST DmaCmdList; 166 #ifdef VBOX_WITH_VIDEOHWACCEL 167 VBOXVTLIST VhwaCmdList; 168 #endif 166 169 167 BOOLEAN bNotifyDxDpc; 170 168 171 169 BOOLEAN fDisableTargetUpdate; 172 173 174 170 175 171 BOOL bVSyncTimerEnabled;
Note:
See TracChangeset
for help on using the changeset viewer.