On Mon, May 27, 2002 at 10:37:11AM +0200, yooyo wrote:
> Can you explai me following lines...
>
> -----------[piece from wglext.h]-------------
> #ifndef WGL_EXT_multisample
> #define WGL_SAMPLE_BUFFERS_EXT 0x2041
> #define WGL_SAMPLES_EXT 0x2042
> #define WGL_I3D_digital_video_control: 0 // <-- compiler
> error!!!
> #define WGL_DIGITAL_VIDEO_CURSOR_ALPHA_FRAMEBUFFER_I3D 0x2050
> #define WGL_DIGITAL_VIDEO_CURSOR_ALPHA_VALUE_I3D 0x2051
> #define WGL_DIGITAL_VIDEO_CURSOR_INCLUDED_I3D 0x2052
> #define WGL_DIGITAL_VIDEO_GAMMA_CORRECTED_I3D 0x2053
> #endif
>
> Take a look at line
> #define WGL_I3D_digital_video_control: 0
>
> Who and why put ':' in this macro?
I made a typo in the WGL spec file that's used to generate wglext.h.
Fixed in CVS, and I've updated wglext.h on oss.sgi.com accordingly.
Thanks for the heads-up!
Jon Leech
SGI
|