mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-22 14:35:57 +01:00
Fix log messages in wlr_screencast.c
This commit is contained in:
parent
1245e9c353
commit
9c353d6cfb
1 changed files with 2 additions and 1 deletions
|
@ -28,8 +28,9 @@ void xdpw_wlr_frame_free(struct xdpw_screencast_instance *cast) {
|
||||||
cast->simple_frame.data = NULL;
|
cast->simple_frame.data = NULL;
|
||||||
wl_buffer_destroy(cast->simple_frame.buffer);
|
wl_buffer_destroy(cast->simple_frame.buffer);
|
||||||
cast->simple_frame.buffer = NULL;
|
cast->simple_frame.buffer = NULL;
|
||||||
logprint(TRACE, "wlroots: frame destroyed");
|
logprint(TRACE, "xdpw: simple_frame buffer destroyed");
|
||||||
}
|
}
|
||||||
|
logprint(TRACE, "wlroots: frame destroyed");
|
||||||
|
|
||||||
if (cast->quit || cast->err) {
|
if (cast->quit || cast->err) {
|
||||||
// TODO: revisit the exit condition (remove quit?)
|
// TODO: revisit the exit condition (remove quit?)
|
||||||
|
|
Loading…
Reference in a new issue