Changeset 35305 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Dec 22, 2010 4:37:14 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69155
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DisplayImpl.h
r35304 r35305 272 272 void handleResizeCompletedEMT (void); 273 273 274 #ifdef VBOX_WITH_OLD_VBVA_LOCK275 274 RTCRITSECT mVBVALock; 276 275 volatile uint32_t mfu32PendingVideoAccelDisable; … … 291 290 int videoAccelEnable (bool fEnable, VBVAMEMORY *pVbvaMemory); 292 291 void videoAccelFlush (void); 293 #endif /* VBOX_WITH_OLD_VBVA_LOCK */294 292 295 293 #ifdef VBOX_WITH_HGSMI
Note:
See TracChangeset
for help on using the changeset viewer.