Changeset 59193 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Dec 18, 2015 5:29:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/stub.c
r55626 r59193 525 525 pWindow->cVisibleRegions = cRects; 526 526 527 if (cRects == 0) 528 return GL_TRUE; 529 527 530 pGLRects = crAlloc(4*cRects*sizeof(GLint)); 528 531 if (!pGLRects)
Note:
See TracChangeset
for help on using the changeset viewer.