[PATCH 3/5] server: Get and set the console ColorTable

Alexandre Julliard julliard at winehq.org
Mon Aug 8 21:58:26 CDT 2016


Hugh McMaster <hugh.mcmaster at outlook.com> writes:

> @@ -1568,6 +1568,22 @@ struct console_renderer_event
>      short int    font_height;
>  @END
>  
> +
> +/* Fill the console ColorTable */
> + at REQ(set_console_colortable)
> +    obj_handle_t handle;        /* handle to the console */
> +    VARARG(color,unsigned_int); /* ColorTable */
> + at END
> +
> +
> +/* Fetch the console ColorTable */
> + at REQ(get_console_colortable)
> +    obj_handle_t handle;        /* handle to the console */
> + at REPLY
> +    VARARG(color,unsigned_int); /* ColorTable */
> + at END

It would probably be better to add this to the existing
get/set_console_output_info requests.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list