Changeset 51161 in vbox
- Timestamp:
- Apr 29, 2014 10:33:23 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93507
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxVideo.h
r51157 r51161 1454 1454 1455 1455 /* tells whether 3D backend has some 3D overlay data displayed */ 1456 typedef DECLCALLBACK(bool) FNCROGLHASDATA( );1456 typedef DECLCALLBACK(bool) FNCROGLHASDATA(void); 1457 1457 typedef FNCROGLHASDATA *PFNCROGLHASDATA; 1458 1458 -
trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp
r51141 r51161 1435 1435 View.u32MaxScreenSize = View.u32ViewSize + Screen.u32Width + 1; /* <- make VBVAInfoScreen logic (offEnd < pView->u32MaxScreenSize) happy */ 1436 1436 1437 intrc = VBVAInfoView(pVGAState, &View);1437 rc = VBVAInfoView(pVGAState, &View); 1438 1438 if (RT_SUCCESS(rc)) 1439 1439 {
Note:
See TracChangeset
for help on using the changeset viewer.