summaryrefslogtreecommitdiff
path: root/displaymenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'displaymenu.c')
-rw-r--r--displaymenu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/displaymenu.c b/displaymenu.c
index e1b08e1..26382f0 100644
--- a/displaymenu.c
+++ b/displaymenu.c
@@ -744,6 +744,7 @@ void cNopacityDisplayMenu::Flush(void) {
initMenu = false;
initial = false;
osd->Flush();
+ //esyslog("nopacity: scaling to x: %d, y: %d, width: %d, height: %d", videoWindowRect.X(), videoWindowRect.Y(), videoWindowRect.Width(), videoWindowRect.Height());
cDevice::PrimaryDevice()->ScaleVideo(videoWindowRect);
}