diff options
Diffstat (limited to 'vnchextile.h')
-rw-r--r-- | vnchextile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vnchextile.h b/vnchextile.h index 432ed89af4..78ed8c4e91 100644 --- a/vnchextile.h +++ b/vnchextile.h @@ -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; |