diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2022-05-30 13:23:41 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2022-06-05 14:50:17 +0200 |
commit | 4b1672b524f3ea065afa9a8b1895fc538392d5ce (patch) | |
tree | 4a29962572573c621ba657037f763bf093118bac /volumebox.h | |
parent | a1dcd33016a394eaed4287a8e49fb2a30f5313b5 (diff) | |
download | skin-nopacity-4b1672b524f3ea065afa9a8b1895fc538392d5ce.tar.gz skin-nopacity-4b1672b524f3ea065afa9a8b1895fc538392d5ce.tar.bz2 |
Split DrawProgressbar() out of VolumeBox to helpers.*
So we can reuse this DrawProgressbar code later.
Diffstat (limited to 'volumebox.h')
-rw-r--r-- | volumebox.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/volumebox.h b/volumebox.h index 5284e1a..e2618bf 100644 --- a/volumebox.h +++ b/volumebox.h @@ -10,8 +10,7 @@ private: cPixmap *pixmapBackgroundVolume; cPixmap *pixmapProgressBarVolume; cPixmap *pixmapLabelVolume; - void DrawProgressBar(int Current, int Total); - tColor DrawProgressbarBackground(int left, int top, int width, int height); + void DrawProgressBarBackground(int Current, int Total); public: cNopacityVolumeBox(cOsd *Osd, const cRect &Rect); ~cNopacityVolumeBox(void); |