[RFC] [PATCH weston v3] Implement output transformations.
Scott Moreau
oreaus at gmail.com
Sun Aug 19 00:33:26 PDT 2012
>
> @@ -1117,16 +1199,17 @@ x11_compositor_create(struct wl_display *display,
> - x += option_width ? option_width : o->width;
> + x += (container_of(c->base.output_list.prev,
> + struct weston_output,
> link))->region.extents.x2;
> +
> output_count++;
> if (option_count && output_count >= option_count)
> break;
> @@ -1134,9 +1217,11 @@ x11_compositor_create(struct wl_display *display,
> - x += width;
> + x += (container_of(c->base.output_list.prev,
> + struct weston_output,
> link))->region.extents.x2;
> }
>
> c->xcb_source =
> @@ -1160,37 +1245,77 @@ err_free:
>
These should be assigned '=' not '+='.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-devel/attachments/20120819/f1b50159/attachment.html>
More information about the wayland-devel
mailing list