Commit e729c3bb authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

win32u: Make draw_frame_caption() static.

parent ffe262b2
......@@ -1292,7 +1292,7 @@ static BOOL draw_push_button( HDC dc, RECT *r, UINT flags )
return TRUE;
}
BOOL draw_frame_caption( HDC dc, RECT *r, UINT flags )
static BOOL draw_frame_caption( HDC dc, RECT *r, UINT flags )
{
RECT rect;
int small_diam = make_square_rect( r, &rect ) - 2;
......
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