mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
user32: Make the second parameter of get_font_margins const.
Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
7f5f590d27
commit
e78d7b08fe
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue