[libvirt] [PATCH] add fullscreen support to qemu sdl xml (via fullscreen='true' attribute for the graphics element)

Jim Paris jim at jtan.com
Wed Dec 10 20:25:25 UTC 2008


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




More information about the libvir-list mailing list