mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 10:46:58 +00:00
implement stub for NtGdiEngComputeGlyphSet
svn path=/trunk/; revision=28551
This commit is contained in:
parent
0cdfc0038a
commit
02eec98371
2 changed files with 10 additions and 1 deletions
|
@ -1666,4 +1666,13 @@ NtGdiEngStretchBltROP(SURFOBJ *psoDest,
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FD_GLYPHSET* STDCALL
|
||||||
|
NtGdiEngComputeGlyphSet( INT nCodePage,
|
||||||
|
INT nFirstChar,
|
||||||
|
INT cChars)
|
||||||
|
{
|
||||||
|
UNIMPLEMENTED;
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -610,7 +610,7 @@ NtGdiEngCreateBitmap 6
|
||||||
NtGdiEngCreateDeviceSurface 4
|
NtGdiEngCreateDeviceSurface 4
|
||||||
NtGdiEngCreateDeviceBitmap 4
|
NtGdiEngCreateDeviceBitmap 4
|
||||||
NtGdiEngCreatePalette 6
|
NtGdiEngCreatePalette 6
|
||||||
# NtGdiEngComputeGlyphSet 3
|
NtGdiEngComputeGlyphSet 3
|
||||||
NtGdiEngCopyBits 6
|
NtGdiEngCopyBits 6
|
||||||
NtGdiEngDeletePalette 1
|
NtGdiEngDeletePalette 1
|
||||||
NtGdiEngDeleteSurface 1
|
NtGdiEngDeleteSurface 1
|
||||||
|
|
Loading…
Reference in a new issue