On 10.10.2016 14:18, Quentin Glidic wrote: > On 09/10/2016 17:30, Armin Krezović wrote: >> Signed-off-by: Armin Krezović <[email protected]> > > 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, > >
Hi,
Thanks. I've sent a second version of this patch only.
Hope it won't be a problem.
>> ---
>> 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;
>> };
>>
>
>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
