[PATCH weston v2 5/9] wayland-backend: define output configuration structure
Pekka Paalanen
ppaalanen at gmail.com
Wed May 4 12:46:57 UTC 2016
On Thu, 28 Apr 2016 20:33:12 +0200
Benoit Gschwind <gschwind at gnu-log.net> wrote:
> The structure is not used currently, just the definition to be used.
>
> Signed-off-by: Benoit Gschwind <gschwind at gnu-log.net>
> ---
> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 811 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/wayland-devel/attachments/20160504/5c498cd9/attachment.sig>
More information about the wayland-devel
mailing list