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

Last change on this file since 2912 was 2689, checked in by jeroen, 26 years ago

* empty log message *

File size: 285 bytes
Line 
1/* $Id: wgl.h,v 1.2 2000-02-09 08:46:22 jeroen Exp $ */
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.