CVS Update: xc (branch: trunk)

Alan Coopersmith xorg-commit at cvs.freedesktop.org
Thu Jul 7 17:59:48 EEST 2005


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	alanc at gabe.freedesktop.org	05/07/07 07:59:48

Log message:
  2005-07-07  Alan Coopersmith  <alan.coopersmith at sun.com>
  
  	* extras/ttf2pt1/ft.c:
  	* extras/ttf2pt1/pt1.c:
  	* extras/ttf2pt1/ttf2pt1.c:
  	* lib/font/FreeType/ftfuncs.h:
  	* programs/Xserver/Xprint/ps/PsFTFonts.c:
  	* programs/Xserver/Xprint/ps/psout_ft.c:
  	* programs/Xserver/Xprint/ps/psout_ftpstype1.c:
  	* programs/Xserver/Xprint/ps/psout_ftpstype3.c:
  	Bug #2901   <https://bugs.freedesktop.org/show_bug.cgi?id=2901>
  	Patch #2332 <https://bugs.freedesktop.org/attachment.cgi?id=2332>
          This patch avoids 79 gcc-3.4.3 warnings
                  'xxx' declared `static' but never defined
          mostly due to including "ftfuncs.h" with the declaration
          of static functions defined in "ftfuncs.c". (Peter Breitenlohner)

Modified files:
      ./:
        ChangeLog 
      xc/extras/ttf2pt1/:
        ft.c pt1.c ttf2pt1.c 
      xc/lib/font/FreeType/:
        ftfuncs.h 
      xc/programs/Xserver/Xprint/ps/:
        PsFTFonts.c psout_ft.c psout_ftpstype1.c 
        psout_ftpstype3.c 
  
  Revision      Changes    Path
  1.1099        +17 -0     xc/ChangeLog
  1.4           +1 -0      xc/extras/ttf2pt1/ft.c
  1.4           +2 -0      xc/extras/ttf2pt1/pt1.c
  1.4           +1 -0      xc/extras/ttf2pt1/ttf2pt1.c
  1.4           +4 -0      xc/lib/font/FreeType/ftfuncs.h
  1.4           +1 -0      xc/programs/Xserver/Xprint/ps/PsFTFonts.c
  1.7           +1 -0      xc/programs/Xserver/Xprint/ps/psout_ft.c
  1.7           +1 -0      xc/programs/Xserver/Xprint/ps/psout_ftpstype1.c
  1.7           +1 -0      xc/programs/Xserver/Xprint/ps/psout_ftpstype3.c




More information about the xorg-commit mailing list