diff options
Diffstat (limited to 'textscroller.h')
-rw-r--r-- | textscroller.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textscroller.h b/textscroller.h index f3cab674..ac839a94 100644 --- a/textscroller.h +++ b/textscroller.h @@ -23,6 +23,9 @@ private: bool isReserveStep; bool ResetX; int ScrollType; + + virtual cPixmap *CreatePixmap(int Layer, const cRect &ViewPort, const cRect &DrawPort = cRect::Null); + public: cTextScroll(cOsd *osd, int type, int pixels, int waitsteps, int layer) { Font = NULL; |