mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-22 06:35:57 +01:00
toplevelexport: remove _done call from _buffer
requires recent hyprland commit to work
This commit is contained in:
parent
7276435c46
commit
43300c11a9
1 changed files with 0 additions and 3 deletions
|
@ -375,9 +375,6 @@ static void hyprland_frame_buffer(void *data, struct hyprland_toplevel_export_fr
|
||||||
cast->screencopy_frame_info[WL_SHM].stride = stride;
|
cast->screencopy_frame_info[WL_SHM].stride = stride;
|
||||||
cast->screencopy_frame_info[WL_SHM].size = stride * height;
|
cast->screencopy_frame_info[WL_SHM].size = stride * height;
|
||||||
cast->screencopy_frame_info[WL_SHM].format = xdpw_format_drm_fourcc_from_wl_shm(format);
|
cast->screencopy_frame_info[WL_SHM].format = xdpw_format_drm_fourcc_from_wl_shm(format);
|
||||||
|
|
||||||
// TODO: am I sure this should be here
|
|
||||||
hyprland_frame_buffer_done(cast, frame);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void hyprland_frame_linux_dmabuf(void *data, struct hyprland_toplevel_export_frame_v1 *frame, uint32_t format, uint32_t width,
|
static void hyprland_frame_linux_dmabuf(void *data, struct hyprland_toplevel_export_frame_v1 *frame, uint32_t format, uint32_t width,
|
||||||
|
|
Loading…
Reference in a new issue