mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-01 04:45:37 +00:00
rename red-dispatcher.* files to red-qxl.*
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
parent
a8ff771ee8
commit
5916dd8fa6
@ -93,8 +93,8 @@ libserver_la_SOURCES = \
|
||||
red-common.h \
|
||||
dispatcher.c \
|
||||
dispatcher.h \
|
||||
red-dispatcher.c \
|
||||
red-dispatcher.h \
|
||||
red-qxl.c \
|
||||
red-qxl.h \
|
||||
main-dispatcher.c \
|
||||
main-dispatcher.h \
|
||||
migration-protocol.h \
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
#include "red-common.h"
|
||||
#include "agent-msg-filter.h"
|
||||
#include "reds.h"
|
||||
#include "red-dispatcher.h"
|
||||
#include "red-qxl.h"
|
||||
|
||||
void agent_msg_filter_init(struct AgentMsgFilter *filter,
|
||||
gboolean copy_paste, gboolean file_xfer,
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
#include "red-record-qxl.h"
|
||||
#include "demarshallers.h"
|
||||
#include "red-channel.h"
|
||||
#include "red-dispatcher.h"
|
||||
#include "red-qxl.h"
|
||||
#include "dispatcher.h"
|
||||
#include "main-channel.h"
|
||||
#include "migration-protocol.h"
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
#include "dispatcher.h"
|
||||
#include "red-parse-qxl.h"
|
||||
|
||||
#include "red-dispatcher.h"
|
||||
#include "red-qxl.h"
|
||||
|
||||
|
||||
struct AsyncCommand {
|
||||
@ -19,7 +19,7 @@
|
||||
#define _H_REDWORKER
|
||||
|
||||
#include "red-common.h"
|
||||
#include "red-dispatcher.h"
|
||||
#include "red-qxl.h"
|
||||
#include "red-parse-qxl.h"
|
||||
|
||||
typedef struct RedWorker RedWorker;
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
#include "agent-msg-filter.h"
|
||||
#include "inputs-channel.h"
|
||||
#include "main-channel.h"
|
||||
#include "red-dispatcher.h"
|
||||
#include "red-qxl.h"
|
||||
#include "main-dispatcher.h"
|
||||
#include "sound.h"
|
||||
#include "stat.h"
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
#include "red-common.h"
|
||||
#include "main-channel.h"
|
||||
#include "reds.h"
|
||||
#include "red-dispatcher.h"
|
||||
#include "red-qxl.h"
|
||||
#include "sound.h"
|
||||
#include "common/snd_codec.h"
|
||||
#include "demarshallers.h"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user