Browse Source

x11: Fix error message when xf86dga extension is not found

[skip ci]
rdb 1 year ago
parent
commit
3303bac902
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/x11display/x11GraphicsPipe.cxx

+ 1 - 1
panda/src/x11display/x11GraphicsPipe.cxx

@@ -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";
     }
     }
   }
   }