Changeset 28294 in vbox for trunk/src/VBox/Additions/common/crOpenGL/context.c
- Timestamp:
- Apr 14, 2010 11:33:35 AM (15 years ago)
- File:
-
- 1 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;
Note:
See TracChangeset
for help on using the changeset viewer.