From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39336) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xxwpv-0004hE-Cd for qemu-devel@nongnu.org; Mon, 08 Dec 2014 06:50:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xxwpq-0005fc-EV for qemu-devel@nongnu.org; Mon, 08 Dec 2014 06:50:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xxwpq-0005fT-7X for qemu-devel@nongnu.org; Mon, 08 Dec 2014 06:50:38 -0500 Message-ID: <1418039425.27021.56.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 08 Dec 2014 12:50:25 +0100 In-Reply-To: <1416474426-12176-1-git-send-email-arei.gonglei@huawei.com> References: <1416474426-12176-1-git-send-email-arei.gonglei@huawei.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] vnc-enc-tight: fix Arguments in wrong order List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: arei.gonglei@huawei.com Cc: qemu-devel@nongnu.org On Do, 2014-11-20 at 17:07 +0800, arei.gonglei@huawei.com wrote: > From: Gonglei > > Arguments in wrong order (SWAPPED_ARGUMENTS) > The positions of arguments in the call to > tight_fill_palette do not match the ordering of the parameters: > &fg is passed to bg > &bg is passed to fg Added to vnc queue. thanks, Gerd