backend/x11: log unhandled client messages

This commit is contained in:
Simon Ser 2020-11-19 10:27:40 +01:00
parent f6c36f8881
commit 154fe8696f
1 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,9 @@ static void handle_x11_event(struct wlr_x11_backend *x11,
if (output != NULL) {
wlr_output_destroy(&output->wlr_output);
}
} else {
wlr_log(WLR_DEBUG, "Unhandled client message %"PRIu32,
ev->data.data32[0]);
}
break;
}