vnc-enc-tight: fix Arguments in wrong order
commit525965b85dcd9e0d0359f1cdb04b3f25d754ffd9
authorGonglei <arei.gonglei@huawei.com>
Thu, 20 Nov 2014 09:07:06 +0000 (20 17:07 +0800)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 10 Dec 2014 09:08:12 +0000 (10 10:08 +0100)
treef59b4816a74cc870b5e0d8201ffda2f51ac271df
parent45e1611de8be0eae55967694dd6e627c2dc354f2
vnc-enc-tight: fix Arguments in wrong order

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

Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/vnc-enc-tight.c