CVSROOT:        /home/x-cvs
Module name:    xc
Changes by:     [EMAIL PROTECTED]       02/12/09 09:30:14

Log message:
   588. Add a new interface for registration of core font renderers that allows
        priorities to be assigned.  This allows multiple renderers for the
        same extension to be registered, with the one with the highest priority
        being the one that gets used (#5435, 5437, Juliusz Chroboczek).

Modified files:
      xc/extras/X-TrueType/:
        xttfuncs.c xttversion.h 
      xc/lib/font/Type1/:
        t1funcs.c 
      xc/lib/font/Type1/module/:
        type1mod.c 
      xc/lib/font/fontfile/:
        renderers.c 
      xc/lib/font/include/:
        fntfil.h fntfilst.h 
      xc/programs/Xserver/hw/xfree86/:
        CHANGELOG 
      xc/programs/Xserver/hw/xfree86/common/:
        xf86Module.h 
      xc/programs/Xserver/hw/xfree86/loader/:
        fontsym.c 
      xc/programs/mkcfm/:
        mkcfm.c 
  
  Revision      Changes    Path
  1.13          +7 -3      xc/extras/X-TrueType/xttfuncs.c
  1.2           +4 -4      xc/extras/X-TrueType/xttversion.h
  3.30          +3 -3      xc/lib/font/Type1/t1funcs.c
  1.10          +2 -2      xc/lib/font/Type1/module/type1mod.c
  1.7           +32 -18    xc/lib/font/fontfile/renderers.c
  1.10          +3 -1      xc/lib/font/include/fntfil.h
  3.8           +7 -2      xc/lib/font/include/fntfilst.h
  3.2437        +5 -1      xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.34          +2 -2      xc/programs/Xserver/hw/xfree86/common/xf86Module.h
  1.11          +2 -1      xc/programs/Xserver/hw/xfree86/loader/fontsym.c
  1.12          +5 -1      xc/programs/mkcfm/mkcfm.c

_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit

Reply via email to