mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 14:41:25 +00:00
Rename stream-device.[ch] to red-stream-device.[ch]
In order to avoid confusion with file named stream-device.h, from spice-protocol. Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
f4dd0f1aa7
commit
a4d40532da
@ -167,8 +167,8 @@ libserver_la_SOURCES = \
|
||||
stat.h \
|
||||
stream-channel.c \
|
||||
stream-channel.h \
|
||||
stream-device.c \
|
||||
stream-device.h \
|
||||
red-stream-device.c \
|
||||
red-stream-device.h \
|
||||
sw-canvas.c \
|
||||
tree.c \
|
||||
tree.h \
|
||||
|
||||
@ -19,9 +19,7 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include "stream-device.h"
|
||||
|
||||
#include <spice/stream-device.h>
|
||||
#include "red-stream-device.h"
|
||||
|
||||
#include "stream-channel.h"
|
||||
#include "cursor-channel.h"
|
||||
@ -74,7 +74,7 @@
|
||||
#include "red-client.h"
|
||||
#include "glib-compat.h"
|
||||
#include "net-utils.h"
|
||||
#include "stream-device.h"
|
||||
#include "red-stream-device.h"
|
||||
|
||||
#define REDS_MAX_STAT_NODES 100
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user