Skip to content

Commit

Permalink
wl: Fix code-style in cog-platform-wl.c
Browse files Browse the repository at this point in the history
  • Loading branch information
psaavedra committed Oct 25, 2023
1 parent dd422f3 commit 622e7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/wayland/cog-platform-wl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,7 @@ on_video_plane_display_dmabuf_receiver_handle_dmabuf(void
buffer->dmabuf_export = dmabuf_export;
wl_buffer_add_listener (buffer->buffer, &dmabuf_buffer_listener, buffer);

wl_surface_attach (surf->wl_surface, buffer->buffer, 0, 0);
wl_surface_attach(surf->wl_surface, buffer->buffer, 0, 0);
wl_surface_damage(surf->wl_surface, 0, 0, buffer->width, buffer->height);

struct wl_callback *callback = wl_surface_frame(surf->wl_surface);
Expand Down

0 comments on commit 622e7c3

Please sign in to comment.