From c6b150c7a364c5cb9d5149a92c81f854eb71d6d4 Mon Sep 17 00:00:00 2001 From: zwer Date: Sat, 6 Jan 2007 22:04:00 +0000 Subject: - tests mit UDP-Streaming git-svn-id: svn://svn.berlios.de/ffnetdev/trunk@24 1f4bef6d-8e0a-0410-8695-e467da8aaccf --- netosd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'netosd.c') diff --git a/netosd.c b/netosd.c index 87fec69..08ab350 100644 --- a/netosd.c +++ b/netosd.c @@ -59,9 +59,9 @@ void cNetOSD::Flush(void) if (Bitmap->Dirty(x1, y1, x2, y2)) { #ifdef DEBUG - fprintf(stderr, "[ffnetdev] NetOSD: Left: %d, Top: %d, X0: %d, Y0: %d, Width: %d, Height: %d\n", - Left(), Top(), Bitmap->X0(), Bitmap->Y0(), Bitmap->Width(), Bitmap->Height()); - fprintf(stderr, "[ffnetdev] NetOSD: Dirty area x1: %d, y1: %d, x2: %d, y2: %d\n",x1,y1,x2,y2); + //fprintf(stderr, "[ffnetdev] NetOSD: Left: %d, Top: %d, X0: %d, Y0: %d, Width: %d, Height: %d\n", + // Left(), Top(), Bitmap->X0(), Bitmap->Y0(), Bitmap->Width(), Bitmap->Height()); + //fprintf(stderr, "[ffnetdev] NetOSD: Dirty area x1: %d, y1: %d, x2: %d, y2: %d\n",x1,y1,x2,y2); #endif cOSDWorker::DrawBitmap(Left() + Bitmap->X0(), Top() + Bitmap->Y0(), *Bitmap); -- cgit v1.2.3