[PATCH] conhost: Copy font properties to the new screen buffer

Jacek Caban jacek at codeweavers.com
Wed Aug 4 11:24:30 CDT 2021


Hi Hugh,

On 8/4/21 2:48 PM, Hugh McMaster wrote:
> +        screen_buffer->font.width  = console->active->font.width;
> +        screen_buffer->font.height = console->active->font.height;
> +        screen_buffer->font.face_len = console->active->font.face_len;
> +


What about the rest of font_info (weight and pitch_family)? Shouldn't 
those be copied as well? You could then copy entire struct (and 
duplicate the name afterwards).


Thanks,

Jacek




More information about the wine-devel mailing list