mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-22 06:35:57 +01:00
screencast: fix handler logging for tranche_formats
This commit is contained in:
parent
e70a1efa43
commit
2d54aeb36d
1 changed files with 1 additions and 1 deletions
|
@ -674,7 +674,7 @@ static void linux_dmabuf_feedback_tranche_formats(void *data,
|
|||
struct zwp_linux_dmabuf_feedback_v1 *zwp_linux_dmabuf_feedback_v1, struct wl_array *indices) {
|
||||
struct xdpw_screencast_context *ctx = data;
|
||||
|
||||
logprint(DEBUG, "wlroots: linux_dmabuf_feedback_format_table called");
|
||||
logprint(DEBUG, "wlroots: linux_dmabuf_feedback_tranche_formats called");
|
||||
|
||||
if (!ctx->feedback_data.device_used || !ctx->feedback_data.format_table_data) {
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue