From 32183390270df57a49d932b9fe51012146ce154f Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 16 Nov 2005 11:53:21 +0000 Subject: *** empty log message *** --- src/yuv_draw.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/yuv_draw.h') 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 #include +#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__*/ -- cgit v1.2.3