[haiku-commits] haiku: hrev50933 - src/servers/app/drawing/Painter

  • From: waddlesplash@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 4 Feb 2017 22:07:38 +0100 (CET)

hrev50933 adds 1 changeset to branch 'master'
old head: dd2eb07ee0c36e1e999850e5b755c2439ec73142
new head: ae0dad00b7d94696a5d3aa501b5d5e886f2d0a76
overview: 
http://cgit.haiku-os.org/haiku/log/?qt=range&q=ae0dad00b7d9+%5Edd2eb07ee0c3

----------------------------------------------------------------------------

ae0dad00b7d9: app_server: Remove erroenous comment as per Julian's review.

                              [ Augustin Cavalier <waddlesplash@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev50933
Commit:      ae0dad00b7d94696a5d3aa501b5d5e886f2d0a76
URL:         http://cgit.haiku-os.org/haiku/commit/?id=ae0dad00b7d9
Author:      Augustin Cavalier <waddlesplash@xxxxxxxxx>
Date:        Sat Feb  4 21:06:53 2017 UTC

----------------------------------------------------------------------------

1 file changed, 4 deletions(-)
src/servers/app/drawing/Painter/GlobalSubpixelSettings.h | 4 ----

----------------------------------------------------------------------------

diff --git a/src/servers/app/drawing/Painter/GlobalSubpixelSettings.h 
b/src/servers/app/drawing/Painter/GlobalSubpixelSettings.h
index c4239d6..0b32ec4 100644
--- a/src/servers/app/drawing/Painter/GlobalSubpixelSettings.h
+++ b/src/servers/app/drawing/Painter/GlobalSubpixelSettings.h
@@ -17,10 +17,6 @@ enum {
        HINTING_MODE_MONOSPACED_ONLY
 };
 
-// Uncommenting the following line will enable the average-based (grayscale)
-// subpixel filter, thus locking RGB subpixel font rendering out of the build.
-// Unless you have a subpixel-enabled FreeType, there shouldn't be a 
difference,
-// as FreeType returns the grayscale hinting unless compiled otherwise.
 //#define AVERAGE_BASED_SUBPIXEL_FILTERING
 
 extern bool gSubpixelAntialiasing;


Other related posts:

  • » [haiku-commits] haiku: hrev50933 - src/servers/app/drawing/Painter - waddlesplash