Commit e78d7b08 authored by Akihiro Sagawa's avatar Akihiro Sagawa Committed by Alexandre Julliard

user32: Make the second parameter of get_font_margins const.

parent 7f5f590d
......@@ -3812,7 +3812,7 @@ static void EDIT_WM_SetFocus(EDITSTATE *es)
EDIT_NOTIFY_PARENT(es, EN_SETFOCUS);
}
static DWORD get_font_margins(HDC hdc, TEXTMETRICW *tm, BOOL unicode)
static DWORD get_font_margins(HDC hdc, const TEXTMETRICW *tm, BOOL unicode)
{
ABC abc[256];
SHORT left, right;
......
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