| 50 | | typedef BOOL function(HGLRC,HGLRC) pfwglCopyContext; |
|---|
| 51 | | typedef HGLRC function(HDC) pfwglCreateContext; |
|---|
| 52 | | typedef HGLRC function(HDC,int) pfwglCreateLayerContext; |
|---|
| 53 | | typedef BOOL function(HGLRC) pfwglDeleteContext; |
|---|
| 54 | | typedef BOOL function(HDC,int,int,UINT,LAYERPLANEDESCRIPTOR*) pfwglDescribeLayerPlane; |
|---|
| 55 | | typedef HGLRC function() pfwglGetCurrentContext; |
|---|
| 56 | | typedef HDC function() pfwglGetCurrentDC; |
|---|
| 57 | | typedef int function(HDC,int,int,int,COLORREF*) pfwglGetLayerPaletteEntries; |
|---|
| | 50 | typedef BOOL function(void*,void*) pfwglCopyContext; |
|---|
| | 51 | typedef void* function(void*) pfwglCreateContext; |
|---|
| | 52 | typedef void* function(void*,int) pfwglCreateLayerContext; |
|---|
| | 53 | typedef BOOL function(void*) pfwglDeleteContext; |
|---|
| | 54 | typedef BOOL function(void*,int,int,UINT,LAYERPLANEDESCRIPTOR*) pfwglDescribeLayerPlane; |
|---|
| | 55 | typedef void* function() pfwglGetCurrentContext; |
|---|
| | 56 | typedef void* function() pfwglGetCurrentDC; |
|---|
| | 57 | typedef int function(void*,int,int,int,COLORREF*) pfwglGetLayerPaletteEntries; |
|---|
| 59 | | typedef BOOL function(HDC,HGLRC) pfwglMakeCurrent; |
|---|
| 60 | | typedef BOOL function(HDC,int,BOOL) pfwglRealizeLayerPalette; |
|---|
| 61 | | typedef int function(HDC,int,int,int,COLORREF*) pfwglSetLayerPaletteEntries; |
|---|
| 62 | | typedef BOOL function(HGLRC,HGLRC) pfwglShareLists; |
|---|
| 63 | | typedef BOOL function(HDC,UINT) pfwglSwapLayerBuffers; |
|---|
| 64 | | typedef BOOL function(HDC,DWORD,DWORD,DWORD) pfwglUseFontBitmapsA; |
|---|
| 65 | | typedef BOOL function(HDC,DWORD,DWORD,DWORD,FLOAT,FLOAT,int,GLYPHMETRICSFLOAT*) pfwglUseFontOutlinesA; |
|---|
| 66 | | typedef BOOL function(HDC,DWORD,DWORD,DWORD) pfwglUseFontBitmapsW; |
|---|
| 67 | | typedef BOOL function(HDC,DWORD,DWORD,DWORD,FLOAT,FLOAT,int,GLYPHMETRICSFLOAT*) pfwglUseFontOutlinesW; |
|---|
| | 59 | typedef BOOL function(void*,void*) pfwglMakeCurrent; |
|---|
| | 60 | typedef BOOL function(void*,int,BOOL) pfwglRealizeLayerPalette; |
|---|
| | 61 | typedef int function(void*,int,int,int,COLORREF*) pfwglSetLayerPaletteEntries; |
|---|
| | 62 | typedef BOOL function(void*,void*) pfwglShareLists; |
|---|
| | 63 | typedef BOOL function(void*,UINT) pfwglSwapLayerBuffers; |
|---|
| | 64 | typedef BOOL function(void*,DWORD,DWORD,DWORD) pfwglUseFontBitmapsA; |
|---|
| | 65 | typedef BOOL function(void*,DWORD,DWORD,DWORD,FLOAT,FLOAT,int,GLYPHMETRICSFLOAT*) pfwglUseFontOutlinesA; |
|---|
| | 66 | typedef BOOL function(void*,DWORD,DWORD,DWORD) pfwglUseFontBitmapsW; |
|---|
| | 67 | typedef BOOL function(void*,DWORD,DWORD,DWORD,FLOAT,FLOAT,int,GLYPHMETRICSFLOAT*) pfwglUseFontOutlinesW; |
|---|