qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] flags variable in DisplaySurface structure


From: Programmingkid
Subject: [Qemu-devel] flags variable in DisplaySurface structure
Date: Wed, 7 Jan 2015 22:41:10 -0500

Does anyone know what the flags variable means in the DisplaySurface structure located in console.h?

struct DisplaySurface {
    pixman_format_code_t format;
    pixman_image_t *image;
    uint8_t flags;
};


reply via email to

[Prev in Thread] Current Thread [Next in Thread]