Daniel P. Berrange wrote:
> And in the struct
> 
>         int fullscreen : 1;

     unsigned int fullscreen : 1;

would be better (so the possible values are 0 and 1).

-jim

--
Libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to