gdi32: Don't mark a local variable static.
This commit is contained in:
parent
4612d61b5e
commit
ffaf0c4966
|
@ -129,7 +129,7 @@ static void draw_glyph( dibdrv_physdev *pdev, const POINT *origin, const GLYPHME
|
||||||
int i;
|
int i;
|
||||||
RECT rect, clipped_rect;
|
RECT rect, clipped_rect;
|
||||||
POINT src_origin;
|
POINT src_origin;
|
||||||
static dib_info glyph_dib;
|
dib_info glyph_dib;
|
||||||
|
|
||||||
glyph_dib.bit_count = 8;
|
glyph_dib.bit_count = 8;
|
||||||
glyph_dib.width = metrics->gmBlackBoxX;
|
glyph_dib.width = metrics->gmBlackBoxX;
|
||||||
|
|
Loading…
Reference in New Issue