Changeset e096835fb7316cb8799588beff6491fa14a9e483
- 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
| rf0d84d0 |
re096835 |
|
| 1235 | 1235 | CGContextSetTextDrawingMode( p_context, kCGTextFillStroke ); |
|---|
| 1236 | 1236 | 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}; |
|---|
| 1238 | 1238 | CGContextSetShadowWithColor (p_context, CGSizeMake( 0, 0 ), 5, CGColorCreate( kCGColorSpaceGenericRGB, black_components )); |
|---|
| 1239 | 1239 | do |
|---|