diff options
author | kamel5 <kamel5 (at) gmx (dot) net> | 2018-05-08 15:39:57 +0200 |
---|---|---|
committer | kamel5 <kamel5 (at) gmx (dot) net> | 2018-05-08 17:01:45 +0200 |
commit | bd3c73f45b72d6b95eb27e7a159365677a435ba0 (patch) | |
tree | 79134fe93c5287dd070cddfba7525a020cf4f37d /lcarsng.h | |
parent | defb350bef8e0ccbd72d585440d9cf880515ae34 (diff) | |
download | skin-lcarsng-bd3c73f45b72d6b95eb27e7a159365677a435ba0.tar.gz skin-lcarsng-bd3c73f45b72d6b95eb27e7a159365677a435ba0.tar.bz2 |
Split displaymenu
Diffstat (limited to 'lcarsng.h')
-rw-r--r-- | lcarsng.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -193,11 +193,14 @@ THEME_CLR(Theme, clrTrackItemBg, RgbShade(CLR_TRACK, 0.5)); THEME_CLR(Theme, clrTrackItemCurrentFg, CLR_BLACK); THEME_CLR(Theme, clrTrackItemCurrentBg, CLR_TRACK); +extern bool TwoColors; + cOsd *CreateOsd(int Left, int Top, int x0, int y0, int x1, int y1); cFont *CreateTinyFont(int LineHeight); bool DrawDeviceData(cOsd *Osd, const cDevice *Device, int x0, int y0, int x1, int y1, int &xs, const cFont *TinyFont, cString &LastDeviceType, cCamSlot *&LastCamSlot, bool Initial); void DrawDeviceSignal(cOsd *Osd, const cDevice *Device, int x0, int y0, int x1, int y1, int &LastSignalStrength, int &LastSignalQuality, bool Initial); void DrawDevicePosition(cOsd *Osd, const cPositioner *Positioner, int x0, int y0, int x1, int y1, int &LastCurrent); +int FreeMB(const char *Base, bool Initial); class cLCARSNG : public cSkin { public: |