mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
x11: Fix error message when xf86dga extension is not found
[skip ci]
This commit is contained in:
parent
b49dbaca2b
commit
3303bac902
@ -117,7 +117,7 @@ x11GraphicsPipe(const std::string &display) :
|
|||||||
_XF86DGADirectVideo = nullptr;
|
_XF86DGADirectVideo = nullptr;
|
||||||
if (x11display_cat.is_debug()) {
|
if (x11display_cat.is_debug()) {
|
||||||
x11display_cat.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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user