Fix bad file descriptor when using wlgrab

This commit is contained in:
Loki
2021-09-05 11:16:59 +02:00
parent 7fbe9ba34f
commit b072af3082
3 changed files with 5 additions and 15 deletions

View File

@@ -23,8 +23,6 @@ class frame_t {
public:
egl::surface_descriptor_t sd;
bool close_fds = false;
void destroy();
};