Changeset 39981 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Feb 3, 2012 12:13:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/load.c
r39631 r39981 855 855 } 856 856 857 if (pRegions->pRegions->fFlags.b SetVisibleRects || pRegions->pRegions->fFlags.bSetViewRect)857 if (pRegions->pRegions->fFlags.bAddVisibleRects || pRegions->pRegions->fFlags.bSetViewRect) 858 858 { 859 859 /* ensure data integrity */ … … 897 897 } 898 898 899 if (pRegions->pRegions->fFlags.b SetVisibleRects)899 if (pRegions->pRegions->fFlags.bAddVisibleRects) 900 900 { 901 901 hNewRgn = stubMakeRegionFromRects(pRegions->pRegions, pRegions->pRegions->fFlags.bSetViewRect ? 1 : 0); … … 915 915 if (hNewRgn!=INVALID_HANDLE_VALUE) 916 916 { 917 if (pRegions->pRegions->fFlags.b SetVisibleRects)917 if (pRegions->pRegions->fFlags.bAddVisibleRects) 918 918 { 919 919 HRGN hEmptyRgn = CreateRectRgn(0, 0, 0, 0); … … 955 955 else 956 956 { 957 if (pRegions->pRegions->fFlags.b SetVisibleRects)957 if (pRegions->pRegions->fFlags.bAddVisibleRects) 958 958 { 959 959 pWindow->hVisibleRegion = hNewRgn;
Note:
See TracChangeset
for help on using the changeset viewer.