23 Aug
2024
23 Aug
'24
11:05 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/user32/edit.c:
EDIT_SetCaretPos(es, es->selection_end, es->flags & EF_AFTER_WRAP); }
+static int EDIT_is_valid_format_rect(EDITSTATE *es, const RECT *rc) +{ + RECT edit_rect; This is a new function. Let's use spaces instead tabs.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6304#note_79732