mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 15:11:31 +00:00
[idd] transport: configure active instances
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
|
||||
#include "transport/DirectFrameBufferMemory.h"
|
||||
#include "transport/FrameMemoryLimits.h"
|
||||
#include "transport/TransportConfig.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
@@ -30,8 +31,6 @@ class IControlSink;
|
||||
class IFrameSink;
|
||||
class IInputSource;
|
||||
|
||||
using BackendId = uint32_t;
|
||||
|
||||
struct SourceKey
|
||||
{
|
||||
BackendId backend = 0;
|
||||
|
||||
Reference in New Issue
Block a user