diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:49:11 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:49:11 +0000 |
commit | 6549707c976bf68cb56f8b807196c7ad848bdfe4 (patch) | |
tree | 13f00487a1c7fe18a90c8f136d51aa05c7a9ef7c /grid.h | |
parent | 1c20e3f37a2359a11ec7cccfe740b4a39d4decf1 (diff) |
merge latest (4.3.99.16) from XFree86 (vendor) branch
Diffstat (limited to 'grid.h')
-rw-r--r-- | grid.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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.4 2002/07/23 01:45:41 tsi Exp $ */ +/* $XFree86: xc/programs/xfd/grid.h,v 1.5 2003/11/17 22:20:53 dawes Exp $ */ #ifndef _FontGrid_h_ #define _FontGrid_h_ @@ -81,22 +81,18 @@ typedef struct _FontGridCharRec { } FontGridCharRec; extern void GetFontGridCellDimensions( -#if NeedFunctionPrototypes Widget, long *, int *, int * -#endif ); extern void GetPrevNextStates( -#if NeedFunctionPrototypes Widget, Bool *, Bool *, Bool *, Bool * -#endif ); long |