Skip to content

Commit

Permalink
Add dmabuf variables to xdpw_screencopy_frame in screencast_common.h
Browse files Browse the repository at this point in the history
  • Loading branch information
columbarius committed Sep 13, 2020
1 parent ccfa2c6 commit 5dd8a34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/screencast_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ struct xdpw_screencopy_frame {
struct xdpw_frame_damage damage;
struct wl_buffer *buffer;
void *data;

uint32_t fourcc;
struct gbm_bo *bo;

};

union xdpw_frame {
Expand Down

0 comments on commit 5dd8a34

Please sign in to comment.