e_comp_wl_dmabuf: Fix minor snafu from formatting patch

enlightenment-0.24
Christopher Michael 3 years ago
parent dc013b8626
commit 2e14660bec
  1. 3
      src/bin/e_comp_wl_dmabuf.c

@ -125,9 +125,10 @@ params_add(struct wl_client *client, struct wl_resource *params_resource,
{
buffer->attributes.modifier[plane_idx] =
((uint64_t)modifier_hi << 32) | modifier_lo;
buffer->attributes.n_planes++;
}
buffer->attributes.n_planes++;
static void
linux_dmabuf_wl_buffer_destroy(struct wl_client *client, struct wl_resource *resource)
{

Loading…
Cancel
Save