source:
trunk/src/opengl/glut/wgl.h@
2645
Last change on this file since 2645 was 2595, checked in by , 26 years ago | |
---|---|
File size: 270 bytes |
Line | |
---|---|
1 | /* JvdH - define the wglXXX functions */ |
2 | |
3 | typedef ULONG HGC; |
4 | |
5 | BOOL APIENTRY wglDeleteContext(HGC hgc); |
6 | HDC APIENTRY wglGetCurrentDC(void); |
7 | HGC APIENTRY wglGetCurrentContext(void); |
8 | BOOL APIENTRY wglMakeCurrent(HDC hdc,HGC hgc); |
9 | HGC APIENTRY wglCreateContext(HDC hdc); |
Note:
See TracBrowser
for help on using the repository browser.