From 396bcefbf4d93fb75edf22dbd1126ea29a82f9a2 Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Wed, 8 Jan 2025 18:00:07 -0400 Subject: [PATCH] XcbXorg: Fill in correct placeholder implexor algo name --- senseApis/xcbXorg.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/senseApis/xcbXorg.cpp b/senseApis/xcbXorg.cpp index c3ba910..94204ca 100644 --- a/senseApis/xcbXorg.cpp +++ b/senseApis/xcbXorg.cpp @@ -1,12 +1,16 @@ #include #include +#include #include "xcbXorg.h" static CExportedImplexorApiDesc xcbXorgExportedImplexorApis[] = { { - .name = "XcbXorg" + .name = "video-implexor" + }, + { + .name = NULL } };