mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-08 21:14:11 +00:00
spicec-x11: Drop annoying useless warning
Every time an events comes past where the Window is None (which happens about once every 5 minutes or so), this annoying "invalid window" message gets printed. Remove it!
This commit is contained in:
parent
9b00e93efb
commit
ab8bac36bd
@ -271,7 +271,6 @@ void XEventHandler::on_event()
|
||||
|
||||
XNextEvent(&_x_display, &event);
|
||||
if (event.xany.window == None) {
|
||||
LOG_WARN("invalid window");
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user