]> Git Repo - qemu.git/blobdiff - vnchextile.h
audio/sdlaudio: remove unused variable
[qemu.git] / vnchextile.h
index 432ed89af4b799d70e78ec800738f282b7317c77..78ed8c4e919a8b619d4f587a3fc29e14802cb000 100644 (file)
@@ -165,6 +165,8 @@ static void CONCAT(send_hextile_tile_, NAME)(VncState *vs,
            irow += ds_get_linesize(vs->ds) / sizeof(pixel_t);
        }
 
+       /* A SubrectsColoured subtile invalidates the foreground color */
+       *has_fg = 0;
        if (n_data > (w * h * sizeof(pixel_t))) {
            n_colors = 4;
            flags = 0x01;
This page took 0.02282 seconds and 4 git commands to generate.