vnc: use bswapNN() rather than bswap_NN()
authorIzumi Tsutsui <tsutsui@ceres.dti.ne.jp>
Sun, 8 Aug 2010 09:54:05 +0000 (18:54 +0900)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 4 Sep 2010 10:11:32 +0000 (10:11 +0000)
commitf570ed81aa46cb4c6a151342e4725f9d275fafd9
tree1f42ad3ddaea6227ab3af12b64db3b675ec5f0e1
parent79b6812493fe97b0d6a016a3bbbc5e2730ee4b56
vnc: use bswapNN() rather than bswap_NN()

bswap_NN() variants are not always available in CONFIG_MACHINE_BSWAP_H case
and bswapNN() are public APIs in "bswap.h".

Signed-off-by: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
ui/vnc-enc-tight.c