From 2910f183ddd5286911bc1e3499ea93cb57de8b75 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Mon, 10 May 2010 18:48:35 -0700 Subject: Upstream: Misc integration - includes qobject.h and related sources Change-Id: Idfa93ab5c67c95a3bc1869eeaf3a84a75fe24cd6 --- vnchextile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnchextile.h') diff --git a/vnchextile.h b/vnchextile.h index f5b6fcb..6d60b24 100644 --- a/vnchextile.h +++ b/vnchextile.h @@ -72,7 +72,7 @@ static void CONCAT(send_hextile_tile_, NAME)(VncState *vs, *last_bg = bg; } - if (!*has_fg || *last_fg != fg) { + if (n_colors < 3 && (!*has_fg || *last_fg != fg)) { flags |= 0x04; *has_fg = 1; *last_fg = fg; -- cgit v1.1