Changeset 71110 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Feb 22, 2018 6:58:27 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/egl.c
r69500 r71110 347 347 for (pAttrib2 = pAttrib + 2; *pAttrib2 != EGL_NONE; pAttrib2 += 2) 348 348 if (*pAttrib2 == *pAttrib) 349 fSkip == true; 349 { 350 fSkip = true; 351 break; 352 } 353 350 354 if (fSkip) 351 355 continue;
Note:
See TracChangeset
for help on using the changeset viewer.