mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-11 01:48:09 +00:00
[c-host] linux: added initial stubs for XCB capture
This commit is contained in:
@@ -23,10 +23,17 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
struct CaptureInterface Capture_DXGI;
|
||||
#endif
|
||||
|
||||
#if defined(USE_XCB)
|
||||
struct CaptureInterface Capture_XCB;
|
||||
#endif
|
||||
|
||||
struct CaptureInterface * CaptureInterfaces[] =
|
||||
{
|
||||
#if defined(USE_DXGI)
|
||||
&Capture_DXGI,
|
||||
#endif
|
||||
#if defined(USE_XCB)
|
||||
&Capture_XCB,
|
||||
#endif
|
||||
NULL
|
||||
};
|
Reference in New Issue
Block a user