On Thu, 28 Apr 2016 20:33:12 +0200
Benoit Gschwind <[email protected]> wrote:

> The structure is not used currently, just the definition to be used.
> 
> Signed-off-by: Benoit Gschwind <[email protected]>
> ---
>  src/compositor-wayland.c | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/src/compositor-wayland.c b/src/compositor-wayland.c
> index 175bd68..f218c9e 100644
> --- a/src/compositor-wayland.c
> +++ b/src/compositor-wayland.c
> @@ -52,6 +52,14 @@
>  
>  #define WINDOW_TITLE "Weston Compositor"
>  
> +struct weston_wayland_backend_output_config {
> +     int width;
> +     int height;
> +     char *name;
> +     uint32_t transform;
> +     int32_t scale;
> +};
> +
>  struct weston_wayland_backend_config {
>       int use_pixman;
>       int sprawl;

Hi,

this really belongs with the change to start using this. Otherwise
there is nothing to review this against - this patch on its own is moot.


Thanks,
pq

Attachment: pgprljxIOdpyT.pgp
Description: OpenPGP digital signature

_______________________________________________
wayland-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to