diff options
author | deva <deva> | 2005-11-16 11:53:21 +0000 |
---|---|---|
committer | deva <deva> | 2005-11-16 11:53:21 +0000 |
commit | 32183390270df57a49d932b9fe51012146ce154f (patch) | |
tree | 2b5095cb11412e29e612a26b3feb7ed5dc8e9cb5 /src/yuv_draw.h | |
parent | 2ec93410616c86a3fd0e4464d34c4b5da77b13d5 (diff) |
*** empty log message ***
Diffstat (limited to 'src/yuv_draw.h')
-rw-r--r-- | src/yuv_draw.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/yuv_draw.h b/src/yuv_draw.h index 651eb8e..62f7d02 100644 --- a/src/yuv_draw.h +++ b/src/yuv_draw.h @@ -35,6 +35,9 @@ #include <qimage.h> #include <qpainter.h> +#define ICON_HEIGHT 48 +#define ICON_WIDTH 48 + class YUVDraw { public: YUVDraw(); @@ -58,6 +61,9 @@ private: QPixmap *bottom_pixmap; unsigned char bottom_grey[720][20]; + + QImage *img_muted; + QImage *img_unmuted; }; #endif/*__MIAV_YUV_DRAW_H__*/ |