Fix broken wglUseFontBitmaps binding

This commit is contained in:
puugz
2025-08-30 18:31:46 +02:00
committed by GitHub
parent b7a9113ac4
commit ba279ec4ea

View File

@@ -82,7 +82,8 @@ foreign Opengl32 {
wglSetLayerPaletteEntries :: proc(hdc: HDC, layer_plane, start, entries: c.int, cr: ^COLORREF) -> c.int ---
wglShareLists :: proc(HGLRC1, HGLRC2: HGLRC) -> BOOL ---
wglSwapLayerBuffers :: proc(hdc: HDC, planes: DWORD) -> BOOL ---
wglUseFontBitmaps :: proc(hdc: HDC, first, count, list_base: DWORD) -> BOOL ---
wglUseFontBitmapsA :: proc(hdc: HDC, first, count, list_base: DWORD) -> BOOL ---
wglUseFontBitmapsW :: proc(hdc: HDC, first, count, list_base: DWORD) -> BOOL ---
wglUseFontOutlines :: proc(hdc: HDC, first, count, list_base: DWORD, deviation, extrusion: f32, format: c.int, gmf: LPGLYPHMETRICSFLOAT) -> BOOL ---
}