On Tue, Jul 17, 2012 at 10:59 AM, Christophe Fergeau <[email protected]> wrote: > On second thought, shouldn't this be if (!(hint & _HINT_READY)) { } ? I'm > not sure which flags you are going to add.
VIRT_VIEWER_DISPLAY_SHOW_HINT_HIDE used to be an enum of value 0, now there is only a READY flag. The following patch will make this easier to read. -- Marc-André Lureau _______________________________________________ virt-tools-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-tools-list
