mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
export-dmabuf: assert number of planes
This commit is contained in:
parent
2432c41a49
commit
65198b0aab
1 changed files with 1 additions and 2 deletions
|
|
@ -102,8 +102,7 @@ static void manager_handle_capture_output(struct wl_client *client,
|
|||
zwlr_export_dmabuf_frame_v1_send_abort(frame->resource, 0);
|
||||
return;
|
||||
}
|
||||
|
||||
// TODO: multiple layers support
|
||||
assert(attribs->n_planes > 0);
|
||||
|
||||
uint32_t frame_flags = 0;
|
||||
uint32_t mod_high = attribs->modifier[0] >> 32;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue