mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[host] app: do not try to use deprecated interfaces automatically
This commit is contained in:
@@ -112,6 +112,8 @@ typedef struct CaptureInterface
|
||||
{
|
||||
const char * shortName;
|
||||
const bool asyncCapture;
|
||||
const bool deprecated;
|
||||
|
||||
const char * (*getName )(void);
|
||||
void (*initOptions )(void);
|
||||
|
||||
|
Reference in New Issue
Block a user