mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00:00
vnc: rename vnc-encoding-* vnc-enc-*
For the same reason that we don't use vnc-authentication-sasl.c but vnc-auth-sals.c. Because it's tooooo long. Signed-off-by: Corentin Chary <corentincj@iksaif.net> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
committed by
Anthony Liguori
parent
3e230dd23b
commit
245f7b51c0
@ -33,32 +33,32 @@ static void hextile_enc_cord(uint8_t *ptr, int x, int y, int w, int h)
|
||||
}
|
||||
|
||||
#define BPP 8
|
||||
#include "vnchextile.h"
|
||||
#include "vnc-enc-hextile-template.h"
|
||||
#undef BPP
|
||||
|
||||
#define BPP 16
|
||||
#include "vnchextile.h"
|
||||
#include "vnc-enc-hextile-template.h"
|
||||
#undef BPP
|
||||
|
||||
#define BPP 32
|
||||
#include "vnchextile.h"
|
||||
#include "vnc-enc-hextile-template.h"
|
||||
#undef BPP
|
||||
|
||||
#define GENERIC
|
||||
#define BPP 8
|
||||
#include "vnchextile.h"
|
||||
#include "vnc-enc-hextile-template.h"
|
||||
#undef BPP
|
||||
#undef GENERIC
|
||||
|
||||
#define GENERIC
|
||||
#define BPP 16
|
||||
#include "vnchextile.h"
|
||||
#include "vnc-enc-hextile-template.h"
|
||||
#undef BPP
|
||||
#undef GENERIC
|
||||
|
||||
#define GENERIC
|
||||
#define BPP 32
|
||||
#include "vnchextile.h"
|
||||
#include "vnc-enc-hextile-template.h"
|
||||
#undef BPP
|
||||
#undef GENERIC
|
||||
|
@ -37,7 +37,7 @@
|
||||
#include "qdict.h"
|
||||
#include "qint.h"
|
||||
#include "vnc.h"
|
||||
#include "vnc-encoding-tight.h"
|
||||
#include "vnc-enc-tight.h"
|
||||
|
||||
/* Compression level stuff. The following array contains various
|
||||
encoder parameters for each of 10 compression levels (0..9).
|
Reference in New Issue
Block a user