Changeset 52486 in vbox
- Timestamp:
- Aug 24, 2014 4:50:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.cpp
r52485 r52486 193 193 if (!pData->hFb) 194 194 { 195 pData->hFb = hFb;196 197 195 /* Guard against modulo-by-zero when calling CrFbEntryCreateForTexData 198 196 below. Observed when failing to load atig6pxx.dll and similar. */ … … 202 200 return VERR_NOT_SUPPORTED; 203 201 } 202 203 pData->hFb = hFb; 204 204 205 205 for (uint32_t i = 0; i < mural->cBuffers; ++i)
Note:
See TracChangeset
for help on using the changeset viewer.