From aae6ade1b44956f825c4a9e8274b9cd7a0ee504c Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Fri, 14 Mar 2003 15:48:13 +0000 Subject: pfff, this time i commit the right version :-\ CVS patchset: 4409 CVS date: 2003/03/14 15:48:13 --- src/xine-engine/osd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/xine-engine/osd.c b/src/xine-engine/osd.c index 7111e935c..85837ef84 100644 --- a/src/xine-engine/osd.c +++ b/src/xine-engine/osd.c @@ -331,7 +331,7 @@ static void osd_line (osd_object_t *osd, while(x1area + osd->width * osd->width)) + if(c <= (osd->area + (osd->width * osd->height))) *c = color; c++; @@ -361,7 +361,7 @@ static void osd_line (osd_object_t *osd, while(y1area + osd->width * osd->width)) + if(c <= (osd->area + (osd->width * osd->height))) *c = color; c += osd->width; -- cgit v1.2.3