diff options
Diffstat (limited to 'ambithread.h')
-rw-r--r-- | ambithread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ambithread.h b/ambithread.h index 3558aea..2bf739d 100644 --- a/ambithread.h +++ b/ambithread.h @@ -61,8 +61,8 @@ class cAmbiThread : public cThread, public cAmbiService int loopActive; Pixel* image; - int cineBarsHor; - int cineBarsVer; + int xBarHeight; + int yBarWidth; int imageSize; int imageWidth; int imageHeight; |