x11: Fix error message when xf86dga extension is not found

[skip ci]
This commit is contained in:
rdb 2024-02-09 15:06:27 +01:00
parent b49dbaca2b
commit 3303bac902

View File

@ -117,7 +117,7 @@ x11GraphicsPipe(const std::string &display) :
_XF86DGADirectVideo = nullptr;
if (x11display_cat.is_debug()) {
x11display_cat.debug()
<< "cannot dlopen libXxf86dga.so.1; cursor changing will not work.\n";
<< "cannot dlopen libXxf86dga.so.1; relative mouse mode will not work.\n";
}
}