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