mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:52:57 +00:00
[OPENGL32]
* Forgot this file svn path=/trunk/; revision=58572
This commit is contained in:
parent
a1f65fd77f
commit
282d76c7d2
1 changed files with 0 additions and 35 deletions
|
@ -1241,41 +1241,6 @@ rosglSwapLayerBuffers( HDC hdc, UINT fuPlanes )
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
BOOL
|
|
||||||
APIENTRY
|
|
||||||
rosglUseFontBitmapsA( HDC hdc, DWORD first, DWORD count, DWORD listBase )
|
|
||||||
{
|
|
||||||
return IntUseFontBitmapsA(hdc, first, count, listBase);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
BOOL
|
|
||||||
APIENTRY
|
|
||||||
rosglUseFontBitmapsW( HDC hdc, DWORD first, DWORD count, DWORD listBase )
|
|
||||||
{
|
|
||||||
return IntUseFontBitmapsW(hdc, first, count, listBase);
|
|
||||||
}
|
|
||||||
|
|
||||||
BOOL
|
|
||||||
APIENTRY
|
|
||||||
rosglUseFontOutlinesA( HDC hdc, DWORD first, DWORD count, DWORD listBase,
|
|
||||||
FLOAT deviation, FLOAT extrusion, int format,
|
|
||||||
GLYPHMETRICSFLOAT *pgmf )
|
|
||||||
{
|
|
||||||
return IntUseFontOutlinesA(hdc, first, count, listBase, deviation, extrusion, format, pgmf);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
BOOL
|
|
||||||
APIENTRY
|
|
||||||
rosglUseFontOutlinesW( HDC hdc, DWORD first, DWORD count, DWORD listBase,
|
|
||||||
FLOAT deviation, FLOAT extrusion, int format,
|
|
||||||
GLYPHMETRICSFLOAT *pgmf )
|
|
||||||
{
|
|
||||||
return IntUseFontOutlinesW(hdc, first, count, listBase, deviation, extrusion, format, pgmf);
|
|
||||||
}
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}; /* extern "C" */
|
}; /* extern "C" */
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue