mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -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);
|
||||
|
||||
if (_XISelectEvents(_display, _root, &event_mask, 1) == Success) {
|
||||
if (x11display_cat.info()) {
|
||||
if (x11display_cat.is_info()) {
|
||||
x11display_cat.info()
|
||||
<< "Enabled raw mouse events using XInput2 extension\n";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user