wlgrab: Fix ram (software encoding) snapshot

This commit is contained in:
David Rosca
2021-09-03 10:22:31 +02:00
parent 3d179a869a
commit 44ac873100
3 changed files with 18 additions and 12 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class frame_t {
public:
egl::surface_descriptor_t sd;
std::uint32_t obj_count;
bool close_fds = false;
void destroy();
};