mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
"unhandled X event" should be warning, not error
This commit is contained in:
parent
36635a00b9
commit
c1722844bb
@ -417,7 +417,7 @@ process_events() {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
x11display_cat.error()
|
x11display_cat.warning()
|
||||||
<< "unhandled X event type " << event.type << "\n";
|
<< "unhandled X event type " << event.type << "\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -691,7 +691,7 @@ mouse_mode_relative() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
x11display_cat.info() << "Enabling relative mouse using XF86DGA extension\n";
|
x11display_cat.info() << "Enabling relative mouse using XF86DGA extension\n";
|
||||||
XF86DGADirectVideo(_display, _screen, XF86DGADirectMouse);
|
XF86DGADirectVideo(_display, _screen, XF86DGADirectMouse);
|
||||||
|
|
||||||
_dga_mouse_enabled = true;
|
_dga_mouse_enabled = true;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user