mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 04:45:58 +01:00
backend/x11: log unhandled client messages
This commit is contained in:
parent
f6c36f8881
commit
154fe8696f
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue