[PATCH weston v4] refactor x11-backend configuration API

Jan Engelhardt jengelh at inai.de
Mon Mar 21 23:25:52 UTC 2016


On Monday 2016-03-21 22:58, Benoit Gschwind wrote:
> struct x11_output {
>@@ -130,6 +127,11 @@ struct window_delete_data {
> 
> struct gl_renderer_interface *gl_renderer;
> 
>+static void
>+weston_x11_backend_config_init_default(struct weston_x11_backend_config * ths) {
>+	bzero(ths, sizeof(*ths));
>+}
>+

bzero - in this day and age?


More information about the wayland-devel mailing list