source: trunk/src/opengl/glut/wgl.h@ 2603

Last change on this file since 2603 was 2595, checked in by sandervl, 26 years ago

JvdH:Ported SGI GLUT sources + Opengl update

File size: 270 bytes
Line 
1/* JvdH - define the wglXXX functions */
2
3typedef ULONG HGC;
4
5BOOL APIENTRY wglDeleteContext(HGC hgc);
6HDC APIENTRY wglGetCurrentDC(void);
7HGC APIENTRY wglGetCurrentContext(void);
8BOOL APIENTRY wglMakeCurrent(HDC hdc,HGC hgc);
9HGC APIENTRY wglCreateContext(HDC hdc);
Note: See TracBrowser for help on using the repository browser.