[PATCH weston 03/10] compositor-wayland: Convert fullscreen flag to bool

Armin Krezović krezovic.armin at gmail.com
Thu Oct 13 10:03:23 UTC 2016


On 10.10.2016 14:18, Quentin Glidic wrote:
> 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,
> 
> 

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;
>>  };
>>
> 
> 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 837 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/wayland-devel/attachments/20161013/b66f078e/attachment.sig>


More information about the wayland-devel mailing list