Changeset 3766 in vbox
- Timestamp:
- Jul 22, 2007 7:45:07 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23095
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/gllindrv.cpp
r3729 r3766 56 56 57 57 /* from http://www.mesa3d.org/brianp/sig97/exten.htm */ 58 GLboolean vboxglCheckExtension(Display *dpy, int screenNum, c har *extName )58 GLboolean vboxglCheckExtension(Display *dpy, int screenNum, const char *extName ) 59 59 { 60 60 /* … … 96 96 int depthSize, stencilSize; 97 97 int accumRedSize, accumBlueSize, accumGreenSize, accumAlphaSize; 98 int sampleBuffers, samples;98 // int sampleBuffers, samples; 99 99 int drawableType, renderType, xRenderable, xVisual, id; 100 100 … … 142 142 printf(" Accum Blue Size: %d\n", accumBlueSize); 143 143 printf(" Accum Alpha Size: %d\n", accumAlphaSize); 144 printf(" Sample Buffers: %d\n", sampleBuffers);145 printf(" Samples/Pixel: %d\n", samples);144 // printf(" Sample Buffers: %d\n", sampleBuffers); 145 // printf(" Samples/Pixel: %d\n", samples); 146 146 printf(" Drawable Types: "); 147 147 if (drawableType & GLX_WINDOW_BIT) printf("Window ");
Note:
See TracChangeset
for help on using the changeset viewer.