gdi32: Don't mark a local variable static.

This commit is contained in:
Alexandre Julliard 2011-11-17 13:07:47 +01:00
parent 4612d61b5e
commit ffaf0c4966
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ static void draw_glyph( dibdrv_physdev *pdev, const POINT *origin, const GLYPHME
int i;
RECT rect, clipped_rect;
POINT src_origin;
static dib_info glyph_dib;
dib_info glyph_dib;
glyph_dib.bit_count = 8;
glyph_dib.width = metrics->gmBlackBoxX;