summaryrefslogtreecommitdiff
path: root/screen.h
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2012-03-28 17:54:20 +0300
committerVille Skyttä <ville.skytta@iki.fi>2012-03-28 17:54:20 +0300
commite74a3437211bed8e483ce289b87c99f479849a35 (patch)
tree001af70ff6ffad80f37411f507d6b8b97217b92a /screen.h
parenteb464b67a9ea3ba12056d8f8353d28833dfe68e3 (diff)
downloadvdr-plugin-text2skin-e74a3437211bed8e483ce289b87c99f479849a35.tar.gz
vdr-plugin-text2skin-e74a3437211bed8e483ce289b87c99f479849a35.tar.bz2
Trim trailing whitespace.
Diffstat (limited to 'screen.h')
-rw-r--r--screen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/screen.h b/screen.h
index 6fb90c8..72f0978 100644
--- a/screen.h
+++ b/screen.h
@@ -21,7 +21,7 @@ private:
int mNumRegions;
protected:
- static void DrawBitmapOverlay(cBitmap &Dest, int x, int y, cBitmap &Bitmap,
+ static void DrawBitmapOverlay(cBitmap &Dest, int x, int y, cBitmap &Bitmap,
const tColor *ColorMask = NULL);
public:
@@ -33,7 +33,7 @@ public:
void Clear(void);
void DrawBitmap(int x, int y, const cBitmap &Bitmap, const tColor *ColorMask = NULL);
void DrawRectangle(int x1, int y1, int x2, int y2, tColor Color);
- void DrawText(int x, int y, const char *s, tColor ColorFg, tColor ColorBg, const cFont *Font,
+ void DrawText(int x, int y, const char *s, tColor ColorFg, tColor ColorBg, const cFont *Font,
int Width = 0, int Height = 0, int Alignment = taDefault);
void DrawEllipse(int x1, int y1, int x2, int y2, tColor Color, int Quadrants = 0);
void DrawSlope(int x1, int y1, int x2, int y2, tColor Color, int Type);