mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
Include main-channel-client.h where MainChannelClient is used
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Jonathon Jongsma <jjongsma at redhat.com>
This commit is contained in:
parent
74a834daca
commit
d38ae73683
@ -22,6 +22,7 @@
|
||||
#include "dcc-private.h"
|
||||
#include "display-channel.h"
|
||||
#include "red-channel-client-private.h"
|
||||
#include "main-channel-client.h"
|
||||
#include "spice-server-enums.h"
|
||||
|
||||
G_DEFINE_TYPE(DisplayChannelClient, display_channel_client, RED_TYPE_CHANNEL_CLIENT)
|
||||
|
||||
@ -22,9 +22,10 @@
|
||||
#include <common/ring.h>
|
||||
|
||||
#include "red-common.h"
|
||||
#include "main-channel.h"
|
||||
#include "reds.h"
|
||||
#include "red-channel-client.h"
|
||||
#include "main-channel.h"
|
||||
#include "main-channel-client.h"
|
||||
|
||||
int main_channel_is_connected(MainChannel *main_chan)
|
||||
{
|
||||
|
||||
@ -36,6 +36,7 @@
|
||||
#include "reds.h"
|
||||
#include "dispatcher.h"
|
||||
#include "red-parse-qxl.h"
|
||||
#include "main-channel-client.h"
|
||||
|
||||
#include "red-qxl.h"
|
||||
|
||||
|
||||
@ -73,6 +73,7 @@
|
||||
#include "reds-private.h"
|
||||
#include "video-encoder.h"
|
||||
#include "red-channel-client.h"
|
||||
#include "main-channel-client.h"
|
||||
|
||||
static void reds_client_monitors_config(RedsState *reds, VDAgentMonitorsConfig *monitors_config);
|
||||
static gboolean reds_use_client_monitors_config(RedsState *reds);
|
||||
|
||||
@ -41,6 +41,7 @@
|
||||
#include "sound.h"
|
||||
#include <common/snd_codec.h>
|
||||
#include "demarshallers.h"
|
||||
#include "main-channel-client.h"
|
||||
|
||||
#ifndef IOV_MAX
|
||||
#define IOV_MAX 1024
|
||||
|
||||
@ -20,6 +20,7 @@
|
||||
|
||||
#include "stream.h"
|
||||
#include "display-channel.h"
|
||||
#include "main-channel-client.h"
|
||||
|
||||
#define FPS_TEST_INTERVAL 1
|
||||
#define FOREACH_STREAMS(display, item) \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user