Re: Enhancements and fixes for the rich text edit control
April 22, 2002
11:16 p.m.
ccrayne(a)crayne.org writes:
Because of this concept, it was necessay to make two small changes to edit.c -- to move the definition of the EDITSTATE structure into (new file) edit.h, and to add support in function EDIT_BuildLineDefs_ML to recognize "\n" as an alternative soft line break.
I don't think richedit should know about edit.c internal structures (and it seems your patch didn't require that anyway) so I haven't applied that part of the patch. If we really need to access the internal edit structure it will have to be made Windows-compatible so that we can still mix builtin and native dlls. But it's better to avoid it if possible. -- Alexandre Julliard julliard(a)winehq.com
8739
Age (days ago)
8739
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard