generic/clutterfb: implement PIG

This commit is contained in:
Stefan Seyfried
2017-02-19 17:52:12 +01:00
parent 0226277758
commit 9348cef2a6
3 changed files with 23 additions and 2 deletions

View File

@@ -101,6 +101,7 @@ class VDec : public OpenThreads::Thread
int pig_y;
int pig_w;
int pig_h;
bool pig_changed;
OpenThreads::Mutex still_m;
bool stillpicture;
};