From: Christophe Massiot Date: Wed, 15 May 2002 21:14:18 +0000 (+0000) Subject: Attempt to fix the video output with QuickTime 6. X-Git-Tag: 0.4.0~97 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2ed133b5103f36c17056f6a617cbb1414569eed1;p=vlc Attempt to fix the video output with QuickTime 6. --- diff --git a/plugins/macosx/vout_qdview.m b/plugins/macosx/vout_qdview.m index 2986ddf8c8..43362ce974 100644 --- a/plugins/macosx/vout_qdview.m +++ b/plugins/macosx/vout_qdview.m @@ -2,7 +2,7 @@ * vout_qdview.c: MacOS X plugin for vlc ***************************************************************************** * Copyright (C) 2001 VideoLAN - * $Id: vout_qdview.m,v 1.1 2002/05/12 20:56:34 massiot Exp $ + * $Id: vout_qdview.m,v 1.2 2002/05/15 21:14:18 massiot Exp $ * * Authors: Florian G. Pflug * Jon Lech Johansen @@ -47,9 +47,9 @@ - (void)drawRect:(NSRect)rect { - [super drawRect: rect]; [[NSColor blackColor] set]; NSRectFill(rect); + [super drawRect: rect]; } @end