diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2013-11-16 14:23:31 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2013-11-16 14:23:31 +0100 |
commit | 47cd941a6e2303484f0cd5d73955e0608f4d43d2 (patch) | |
tree | 4a9dc71103dc253facdb9e103d14409e960be464 /displaymenu.h | |
parent | f1cb579898bfcd81fc3280acbb649d6362d66e5f (diff) | |
download | skin-flatplus-47cd941a6e2303484f0cd5d73955e0608f4d43d2.tar.gz skin-flatplus-47cd941a6e2303484f0cd5d73955e0608f4d43d2.tar.bz2 |
add message bottom offset option
Diffstat (limited to 'displaymenu.h')
-rw-r--r-- | displaymenu.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/displaymenu.h b/displaymenu.h index aad214eb..a3424c84 100644 --- a/displaymenu.h +++ b/displaymenu.h @@ -3,12 +3,6 @@ #include "baserender.h" #include <list> -struct sDecorBorder { - int Left, Top, Width, Height, Size, Type; - tColor ColorFg, ColorBg; - int From; -}; - class cFlatDisplayMenu : public cFlatBaseRender, public cSkinDisplayMenu { private: cPixmap *menuPixmap; |