XcbXorg: Fill in correct placeholder implexor algo name
This commit is contained in:
@@ -1,12 +1,16 @@
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <stdexcept>
|
||||||
#include "xcbXorg.h"
|
#include "xcbXorg.h"
|
||||||
|
|
||||||
|
|
||||||
static CExportedImplexorApiDesc xcbXorgExportedImplexorApis[] =
|
static CExportedImplexorApiDesc xcbXorgExportedImplexorApis[] =
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
.name = "XcbXorg"
|
.name = "video-implexor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
.name = NULL
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user