Changeset 59170 in vbox for trunk/src/VBox
- Timestamp:
- Dec 17, 2015 10:05:36 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/egl.c
r59112 r59170 579 579 return EGL_NO_SURFACE; 580 580 } 581 for (i = 0; i < sizeof(acIndices); ++i)581 for (i = 0; i < RT_ELEMENTS(acIndices); ++i) 582 582 acIndices[i] = -1; 583 583 if (paAttributes != NULL)
Note:
See TracChangeset
for help on using the changeset viewer.