Fix segfault when switching monitors with kmsgrab

This commit is contained in:
loki 2021-08-08 13:42:25 +02:00
commit 24403cdd25
4 changed files with 14 additions and 12 deletions

View file

@ -396,6 +396,7 @@ public:
}
int dummy_img(platf::img_t *img) override {
snapshot(img, 1s, false);
return 0;
}