Skip to content

effects/screenshot: Use more FileDescriptor

Vlad Zahorodnii requested to merge work/zzag/screenshot-more-fd into master

It helps to express the ownership of the pipe fd in ScreenShotSinkPipe2 better.

ScreenShotSinkPipe2 is not made to take a FileDescriptor too because it's complicated by CaptureInteractive().

Merge request reports