mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-09 23:12:32 +00:00
server: rename red_client_cache.h to cache_item.tmpl.c
Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
e5e3e9eefe
commit
0facd6fc9e
@ -87,7 +87,6 @@ libspice_server_la_SOURCES = \
|
||||
red_bitmap_utils.h \
|
||||
red_channel.c \
|
||||
red_channel.h \
|
||||
red_client_cache.h \
|
||||
red_common.h \
|
||||
dispatcher.c \
|
||||
dispatcher.h \
|
||||
@ -146,6 +145,7 @@ libspice_server_la_SOURCES += \
|
||||
endif
|
||||
|
||||
EXTRA_DIST = \
|
||||
cache_item.tmpl.c \
|
||||
glz_encode_match_tmpl.c \
|
||||
glz_encode_tmpl.c \
|
||||
spice-server.syms \
|
||||
|
||||
@ -1582,11 +1582,11 @@ static void common_release_recv_buf(RedChannelClient *rcc, uint16_t type, uint32
|
||||
}
|
||||
|
||||
#define CLIENT_CURSOR_CACHE
|
||||
#include "red_client_cache.h"
|
||||
#include "cache_item.tmpl.c"
|
||||
#undef CLIENT_CURSOR_CACHE
|
||||
|
||||
#define CLIENT_PALETTE_CACHE
|
||||
#include "red_client_cache.h"
|
||||
#include "cache_item.tmpl.c"
|
||||
#undef CLIENT_PALETTE_CACHE
|
||||
|
||||
static void red_reset_palette_cache(DisplayChannelClient *dcc)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user