summaryrefslogtreecommitdiff
path: root/scroller.h
diff options
context:
space:
mode:
Diffstat (limited to 'scroller.h')
-rw-r--r--scroller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scroller.h b/scroller.h
index 8647154..95dc011 100644
--- a/scroller.h
+++ b/scroller.h
@@ -23,10 +23,10 @@ private:
cTextWrapper mWrapper;
public:
- cText2SkinScroller(cText2SkinScreen *Screen, int Left, int Top, int Width, int Height,
+ cText2SkinScroller(cText2SkinScreen *Screen, int Left, int Top, int Width, int Height,
const char *Text, const cFont *Font, tColor ColorFg, tColor ColorBg);
- void Set(cText2SkinScreen *Screen, int Left, int Top, int Width, int Height, const char *Text,
+ void Set(cText2SkinScreen *Screen, int Left, int Top, int Width, int Height, const char *Text,
const cFont *Font, tColor ColorFg, tColor ColorBg);
void DrawText(void);
void Reset(void);