source:
trunk/src/opengl/glut/wgl.h@
2883
| Last change on this file since 2883 was 2689, checked in by , 26 years ago | |
|---|---|
| File size: 285 bytes | |
| Line | |
|---|---|
| 1 | /* $Id: wgl.h,v 1.2 2000-02-09 08:46:22 jeroen Exp $ */ |
| 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.
