[Xorg-commit] xc/extras/freetype2/src/pcf pcfutil.c,1.1,1.1.4.1 pcfutil.h,1.1.4.1,1.1.4.2

Kaleb Keithley xorg-commit at pdx.freedesktop.org
Wed May 9 17:30:30 EEST 2007


Committed by: kaleb

Update of /cvs/xorg/xc/extras/freetype2/src/pcf
In directory pdx:/home/kaleb/xorg/xc.XORG-CURRENT/extras/freetype2/src/pcf

Modified Files:
      Tag: XORG-CURRENT
	pcfutil.c pcfutil.h 
Log Message:
put back erased versions


Index: pcfutil.c
===================================================================
RCS file: /cvs/xorg/xc/extras/freetype2/src/pcf/pcfutil.c,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -d -r1.1 -r1.1.4.1
--- a/pcfutil.c	14 Nov 2003 16:48:24 -0000	1.1
+++ b/pcfutil.c	24 Feb 2004 03:32:22 -0000	1.1.4.1
@@ -23,7 +23,7 @@
 in this Software without prior written authorization from The Open Group.
 
 */
-/* $XFree86: xc/extras/freetype2/src/pcf/pcfutil.c,v 1.4 2002/12/17 03:28:26 dawes Exp $ */
+/* $XFree86: xc/extras/freetype2/src/pcf/pcfutil.c,v 1.5 2003/12/22 17:48:01 tsi Exp $ */
 
 /*
  * Author:  Keith Packard, MIT X Consortium
@@ -131,6 +131,7 @@
   }
 
 
+# ifdef UNUSED
   /*
    *  Repad a bitmap.
    */
@@ -214,6 +215,6 @@
 
     return dstWidthBytes * height;
   }
-
+# endif
 
 /* END */

Index: pcfutil.h
===================================================================
RCS file: /cvs/xorg/xc/extras/freetype2/src/pcf/pcfutil.h,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -u -d -r1.1.4.1 -r1.1.4.2
--- a/pcfutil.h	26 Nov 2003 22:48:27 -0000	1.1.4.1
+++ b/pcfutil.h	24 Feb 2004 03:32:22 -0000	1.1.4.2
@@ -23,7 +23,7 @@
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.
 */
-/* $XFree86: xc/extras/freetype2/src/pcf/pcfutil.h,v 1.3 2003/10/22 18:51:24 tsi Exp $ */
+/* $XFree86: xc/extras/freetype2/src/pcf/pcfutil.h,v 1.4 2003/12/22 17:48:01 tsi Exp $ */
 
 #ifndef __PCFUTIL_H__
 #define __PCFUTIL_H__
@@ -44,6 +44,7 @@
   FourByteSwap( unsigned char*  buf,
                 int             nbytes);
 
+# ifdef UNUSED
   static int
   RepadBitmap( char*           pSrc,
                char*           pDst,
@@ -51,6 +52,7 @@
                unsigned int    dstPad,
                int             width,
                int             height);
+# endif
 
 #endif /* __PCFUTIL_H__ */
 





More information about the xorg-commit mailing list