[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ft-devel] FT_FORCE_LIGHT_LCD_FILTER gives default instead of light
From: |
Anders Kaseorg |
Subject: |
[ft-devel] FT_FORCE_LIGHT_LCD_FILTER gives default instead of light |
Date: |
Wed, 13 Dec 2006 21:40:37 -0500 |
Trivial patch:
--- src/base/ftlcdfil.c 14 Nov 2006 10:37:10 -0000 1.5
+++ src/base/ftlcdfil.c 14 Dec 2006 02:15:45 -0000
@@ -294,7 +294,7 @@
#elif defined( FT_FORCE_LIGHT_LCD_FILTER )
- memcpy( library->lcd_weights, default_filter, 5 );
+ memcpy( library->lcd_weights, light_filter, 5 );
library->lcd_filter_func = _ft_lcd_filter_fir;
library->lcd_extra = 2;
- [ft-devel] FT_FORCE_LIGHT_LCD_FILTER gives default instead of light,
Anders Kaseorg <=