xcbXorg: Rename api tag to "xcb", instead of "xcb-xorg"

This commit is contained in:
2025-01-14 23:39:22 -04:00
parent 181759ff26
commit 8237cd62da
+1 -1
View File
@@ -423,7 +423,7 @@ static hk::sense_api::sal_mlo_detachDeviceReqFn xcbXorg_detachDeviceReq;
static hk::sense_api::SenseApiDesc xcbXorgApiDesc = static hk::sense_api::SenseApiDesc xcbXorgApiDesc =
{ {
.name = "xcb-xorg", .name = "xcb",
.exportedImplexorApis = { { "video-implexor" } }, .exportedImplexorApis = { { "video-implexor" } },
.sal_mgmt_libOps = { .sal_mgmt_libOps = {
.initializeInd = xcbXorg_initializeInd, .initializeInd = xcbXorg_initializeInd,