[PATCH weston 03/10] compositor-wayland: Convert fullscreen flag to bool
Quentin Glidic
sardemff7+wayland at sardemff7.net
Mon Oct 10 12:18:22 UTC 2016
On 09/10/2016 17:30, Armin Krezović wrote:
> Signed-off-by: Armin Krezović <krezovic.armin at gmail.com>
You are missing the compositor/main.c change in this one.
Patches 1, 2 and 4 are Rb me, and pushed:
00a03d2..2d321e3 master -> master
Cheers,
> ---
> libweston/compositor-wayland.c | 2 +-
> libweston/compositor-wayland.h | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/libweston/compositor-wayland.c b/libweston/compositor-wayland.c
> index 32c44d4..a5a360c 100644
> --- a/libweston/compositor-wayland.c
> +++ b/libweston/compositor-wayland.c
> @@ -77,7 +77,7 @@ struct wayland_backend {
>
> bool use_pixman;
> bool sprawl_across_outputs;
> - int fullscreen;
> + bool fullscreen;
>
> struct theme *theme;
> cairo_device_t *frame_device;
> diff --git a/libweston/compositor-wayland.h b/libweston/compositor-wayland.h
> index 3ca875a..d5c29f0 100644
> --- a/libweston/compositor-wayland.h
> +++ b/libweston/compositor-wayland.h
> @@ -41,7 +41,7 @@ struct weston_wayland_backend_config {
> bool use_pixman;
> bool sprawl;
> char *display_name;
> - int fullscreen;
> + bool fullscreen;
> char *cursor_theme;
> int cursor_size;
> };
>
--
Quentin “Sardem FF7” Glidic
More information about the wayland-devel
mailing list