mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-30 17:49:02 +00:00
server: rename _tmpl files
Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
parent
19f92e9eb8
commit
82fa233fa6
@ -154,10 +154,10 @@ libspice_server_la_SOURCES += \
|
||||
endif
|
||||
|
||||
EXTRA_DIST = \
|
||||
red_bitmap_utils_tmpl.c \
|
||||
cache_item.tmpl.c \
|
||||
glz_encode_match_tmpl.c \
|
||||
glz_encode_tmpl.c \
|
||||
spice-bitmap-utils.tmpl.c \
|
||||
cache-item.tmpl.c \
|
||||
glz-encode-match.tmpl.c \
|
||||
glz-encode.tmpl.c \
|
||||
spice-server.syms \
|
||||
$(NULL)
|
||||
|
||||
|
||||
@ -86,7 +86,7 @@ struct CursorChannelClient {
|
||||
#define RCC_TO_CCC(rcc) SPICE_CONTAINEROF((rcc), CursorChannelClient, common.base)
|
||||
|
||||
#define CLIENT_CURSOR_CACHE
|
||||
#include "cache_item.tmpl.c"
|
||||
#include "cache-item.tmpl.c"
|
||||
#undef CLIENT_CURSOR_CACHE
|
||||
|
||||
static CursorItem *cursor_item_new(QXLInstance *qxl, RedCursorCmd *cmd, uint32_t group_id)
|
||||
|
||||
@ -1170,7 +1170,7 @@ int dcc_compress_image(DisplayChannelClient *dcc,
|
||||
}
|
||||
|
||||
#define CLIENT_PALETTE_CACHE
|
||||
#include "cache_item.tmpl.c"
|
||||
#include "cache-item.tmpl.c"
|
||||
#undef CLIENT_PALETTE_CACHE
|
||||
|
||||
void dcc_palette_cache_palette(DisplayChannelClient *dcc, SpicePalette *palette,
|
||||
|
||||
@ -203,24 +203,24 @@ typedef uint16_t rgb16_pixel_t;
|
||||
|
||||
|
||||
#define GLZ_ENCODE_SIZE
|
||||
#include "glz_encode_match_tmpl.c"
|
||||
#include "glz-encode-match.tmpl.c"
|
||||
#define GLZ_ENCODE_MATCH
|
||||
#include "glz_encode_match_tmpl.c"
|
||||
#include "glz-encode-match.tmpl.c"
|
||||
|
||||
#define LZ_PLT
|
||||
#include "glz_encode_tmpl.c"
|
||||
#include "glz-encode.tmpl.c"
|
||||
|
||||
#define LZ_RGB16
|
||||
#include "glz_encode_tmpl.c"
|
||||
#include "glz-encode.tmpl.c"
|
||||
|
||||
#define LZ_RGB24
|
||||
#include "glz_encode_tmpl.c"
|
||||
#include "glz-encode.tmpl.c"
|
||||
|
||||
#define LZ_RGB32
|
||||
#include "glz_encode_tmpl.c"
|
||||
#include "glz-encode.tmpl.c"
|
||||
|
||||
#define LZ_RGB_ALPHA
|
||||
#include "glz_encode_tmpl.c"
|
||||
#include "glz-encode.tmpl.c"
|
||||
|
||||
|
||||
int glz_encode(GlzEncoderContext *opaque_encoder,
|
||||
|
||||
@ -21,11 +21,11 @@
|
||||
#include "spice-bitmap-utils.h"
|
||||
|
||||
#define RED_BITMAP_UTILS_RGB16
|
||||
#include "red_bitmap_utils_tmpl.c"
|
||||
#include "spice-bitmap-utils.tmpl.c"
|
||||
#define RED_BITMAP_UTILS_RGB24
|
||||
#include "red_bitmap_utils_tmpl.c"
|
||||
#include "spice-bitmap-utils.tmpl.c"
|
||||
#define RED_BITMAP_UTILS_RGB32
|
||||
#include "red_bitmap_utils_tmpl.c"
|
||||
#include "spice-bitmap-utils.tmpl.c"
|
||||
|
||||
#define GRADUAL_HIGH_RGB24_TH -0.03
|
||||
#define GRADUAL_HIGH_RGB16_TH 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user