We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45973fe commit fd8405cCopy full SHA for fd8405c
panda/src/x11display/x11GraphicsWindow.cxx
@@ -886,7 +886,7 @@ set_properties_now(WindowProperties &properties) {
886
_input->set_pointer_in_window(event.xbutton.x, event.xbutton.y);
887
}
888
} else {
889
- x11display_cat.info()
+ x11display_cat.warning()
890
<< "XF86DGA extension not available, cannot enable relative mouse mode\n";
891
_dga_mouse_enabled = false;
892
0 commit comments