mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
x11: Fix doubled-up info print message
This commit is contained in:
parent
9598065641
commit
953cf898bc
@ -425,7 +425,7 @@ enable_raw_mouse() {
|
|||||||
XISetMask(mask, XI_RawMotion);
|
XISetMask(mask, XI_RawMotion);
|
||||||
|
|
||||||
if (_XISelectEvents(_display, _root, &event_mask, 1) == Success) {
|
if (_XISelectEvents(_display, _root, &event_mask, 1) == Success) {
|
||||||
if (x11display_cat.info()) {
|
if (x11display_cat.is_info()) {
|
||||||
x11display_cat.info()
|
x11display_cat.info()
|
||||||
<< "Enabled raw mouse events using XInput2 extension\n";
|
<< "Enabled raw mouse events using XInput2 extension\n";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user