Changeset e096835fb7316cb8799588beff6491fa14a9e483

Show
Ignore:
Timestamp:
17/09/08 04:01:36 (3 months ago)
Author:
Derk-Jan Hartman <hartman@videolan.org>
git-committer:
Derk-Jan Hartman <hartman@videolan.org> 1221616896 +0200
git-parent:

[87c876242a0f343827d4396e06cbd363b33b626d]

git-author:
Derk-Jan Hartman <hartman@videolan.org> 1221616896 +0200
Message:

quartztext: fix [f0d84d019c8c240c47672b82be123dc979b8d09e]. white is not block

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/misc/quartztext.c

    rf0d84d0 re096835  
    12351235            CGContextSetTextDrawingMode( p_context, kCGTextFillStroke ); 
    12361236            CGContextSetShadow( p_context, CGSizeMake( 0, 0 ), 5 ); 
    1237             float black_components[4] = {1, 1, 1, 1}; 
     1237            float black_components[4] = {0, 0, 0, 1}; 
    12381238            CGContextSetShadowWithColor (p_context, CGSizeMake( 0, 0 ), 5, CGColorCreate( kCGColorSpaceGenericRGB, black_components )); 
    12391239            do