Changeset 28294 in vbox for trunk/src/VBox/Additions/common/crOpenGL
- Timestamp:
- Apr 14, 2010 11:33:35 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60046
- Location:
- trunk/src/VBox/Additions/common/crOpenGL
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/context.c
r26910 r28294 578 578 0, 0, x, y, &child)) 579 579 { 580 crWarning("Failed to get windows geometry for % x, try xwininfo", (int)window);580 crWarning("Failed to get windows geometry for %p, try xwininfo", window); 581 581 *x = *y = 0; 582 582 *w = *h = 0; -
trunk/src/VBox/Additions/common/crOpenGL/stub.c
r21576 r28294 468 468 if (!pGLRects) 469 469 { 470 crWarning("stubUpdateWindowVisibileRegions: failed to allocate %i bytes", 4*cRects*sizeof(GLint)); 470 crWarning("stubUpdateWindowVisibileRegions: failed to allocate %lu bytes", 471 (unsigned long)(4*cRects*sizeof(GLint))); 471 472 return GL_FALSE; 472 473 }
Note:
See TracChangeset
for help on using the changeset viewer.