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:
Frediano Ziglio 2016-02-25 18:29:01 +00:00
parent a8ff771ee8
commit 5916dd8fa6
8 changed files with 8 additions and 8 deletions

View File

@ -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 \

View File

@ -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,

View File

@ -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"

View File

@ -37,7 +37,7 @@
#include "dispatcher.h"
#include "red-parse-qxl.h"
#include "red-dispatcher.h"
#include "red-qxl.h"
struct AsyncCommand {

View File

@ -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;

View File

@ -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"

View File

@ -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"