summaryrefslogtreecommitdiff
path: root/ambithread.h
diff options
context:
space:
mode:
Diffstat (limited to 'ambithread.h')
-rw-r--r--ambithread.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ambithread.h b/ambithread.h
index 2bf739d..9c3ed4c 100644
--- a/ambithread.h
+++ b/ambithread.h
@@ -56,6 +56,8 @@ class cAmbiThread : public cThread, public cAmbiService
// data
cBoblight bob;
+ cPlugin* softHdPlugin;
+
cMutex mutex;
cCondVar waitCondition;
int loopActive;
@@ -63,6 +65,12 @@ class cAmbiThread : public cThread, public cAmbiService
Pixel* image;
int xBarHeight;
int yBarWidth;
+
+ int lastxBarHeight;
+ int lastyBarWidth;
+
+ bool barsChanged;
+
int imageSize;
int imageWidth;
int imageHeight;