Changeset 30517 in vbox
- Timestamp:
- Jun 29, 2010 6:23:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/load.c
r30513 r30517 719 719 } 720 720 721 if (pRegions->pRegions->fFlags.b AddVisibleRects && pRegions->pRegions->fFlags.bPositionRect)721 if (pRegions->pRegions->fFlags.bSetVisibleRects && pRegions->pRegions->fFlags.bSetViewRect) 722 722 { 723 723 int winX, winY; … … 781 781 else 782 782 { 783 if (pRegions->pRegions->fFlags.b AddVisibleRects)783 if (pRegions->pRegions->fFlags.bSetVisibleRects) 784 784 { 785 785 pWindow->hVisibleRegion = hNewRgn;
Note:
See TracChangeset
for help on using the changeset viewer.