Commit ffaf0c49 authored by Alexandre Julliard's avatar Alexandre Julliard

gdi32: Don't mark a local variable static.

parent 4612d61b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment