diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-03-17 20:32:47 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-03-17 20:32:47 +0000 |
commit | e1d2976d470498e4089f3d9efc21075ef3e83e65 (patch) | |
tree | fb209904dbafffb2451f328acf8c26e83bb80fab | |
parent | 6549707c976bf68cb56f8b807196c7ad848bdfe4 (diff) |
merge with XORG-RELEASE-1 (tag XORG-CYGWIN-LAST-MERGE)CYGWIN-RELEASE-1-MERGECYGWIN-PRE-6_8_0-MERGECYGWIN-HEAD-MERGECYGWIN-HEAD-LAST-MERGE
-rw-r--r-- | Xfd.ad | 2 | ||||
-rw-r--r-- | grid.c | 2 | ||||
-rw-r--r-- | grid.h | 2 | ||||
-rw-r--r-- | gridP.h | 2 | ||||
-rw-r--r-- | xfd.c | 2 | ||||
-rw-r--r-- | xfd.man | 2 |
6 files changed, 7 insertions, 5 deletions
@@ -2,7 +2,7 @@ -! $XFree86: xc/programs/xfd/Xfd.ad,v 1.3 2002/07/23 01:45:41 tsi Exp $ +! $XFree86$ *internalBorderWidth: 0 *showGrip: false @@ -1,4 +1,5 @@ /* + * $XdotOrg: xc/programs/xfd/grid.c,v 1.1.4.2.4.1 2004/03/04 17:49:04 eich Exp $ * $Xorg: grid.c,v 1.4 2001/02/09 02:05:41 xorgcvs Exp $ * * @@ -33,6 +34,7 @@ in this Software without prior written authorization from The Open Group. #include <X11/StringDefs.h> #include <X11/Xaw/SimpleP.h> #include <X11/Xmu/Converters.h> +#include <X11/Xos.h> #include "gridP.h" #ifdef XKB @@ -26,7 +26,7 @@ other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/programs/xfd/grid.h,v 1.5 2003/11/17 22:20:53 dawes Exp $ */ +/* $XFree86: xc/programs/xfd/grid.h,v 1.4 2002/07/23 01:45:41 tsi Exp $ */ #ifndef _FontGrid_h_ #define _FontGrid_h_ @@ -26,7 +26,7 @@ other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/programs/xfd/gridP.h,v 1.4 2002/07/23 01:45:41 tsi Exp $ */ +/* $XFree86$ */ #ifndef _FontGridP_h_ #define _FontGridP_h_ @@ -26,7 +26,7 @@ in this Software without prior written authorization from The Open Group. * * * Author: Jim Fulton, MIT X Consortium */ -/* $XFree86: xc/programs/xfd/xfd.c,v 1.9 2003/04/19 23:49:27 herrb Exp $ */ +/* $XFree86: xc/programs/xfd/xfd.c,v 1.8 2003/02/20 02:56:40 dawes Exp $ */ #include <X11/Intrinsic.h> #include <X11/StringDefs.h> @@ -23,7 +23,7 @@ .\" other dealings in this Software without prior written authorization .\" from The Open Group. .\" -.\" $XFree86: xc/programs/xfd/xfd.man,v 1.10 2003/04/21 20:42:49 dawes Exp $ +.\" $XFree86: xc/programs/xfd/xfd.man,v 1.9 2003/04/19 23:49:27 herrb Exp $ .\" .TH XFD 1 __xorgversion__ .SH NAME |