mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
oops
svn path=/trunk/; revision=1759
This commit is contained in:
parent
f22ea77911
commit
f56e6b7e9e
1 changed files with 1 additions and 1 deletions
|
@ -536,7 +536,7 @@ W32kTextOut(HDC hDC,
|
|||
bitSize.cx = glyph->bitmap.width-1;
|
||||
bitSize.cy = glyph->bitmap.rows-1;
|
||||
|
||||
HSourceGlyph = EngCreateBitmap(bitSize, glyph->bitmap.pitch /* -1 */ , BMF_8BPP, 0, glyph->bitmap.buffer);
|
||||
HSourceGlyph = EngCreateBitmap(bitSize, glyph->bitmap.pitch, BMF_8BPP, 0, glyph->bitmap.buffer);
|
||||
SourceGlyphSurf = AccessUserObject(HSourceGlyph);
|
||||
|
||||
EngBitBlt(SurfObj, SourceGlyphSurf,
|
||||
|
|
Loading…
Reference in a new issue