diff options
Diffstat (limited to 'textscroller.c')
-rw-r--r-- | textscroller.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textscroller.c b/textscroller.c index dc7b0406..37cf31f0 100644 --- a/textscroller.c +++ b/textscroller.c @@ -16,6 +16,8 @@ void cTextScroll::SetText(const char *text, cRect position, tColor colorFg, tCol Osd->DestroyPixmap(Pixmap); Pixmap = Osd->CreatePixmap(Layer, Position, drawPort); + dsyslog("skinflatplus: TextScrollerPixmap left: %d top: %d width: %d height: %d", Position.Left(), Position.Top(), Position.Width(), Position.Height()); + dsyslog("skinflatplus: TextScrollerPixmap drawPort left: %d top: %d width: %d height: %d", drawPort.Left(), drawPort.Top(), drawPort.Width(), drawPort.Height()); Pixmap->Fill( colorBg ); Draw(); } |