diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:48:39 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:48:39 +0000 |
commit | b90c05162b5edd08338a060f5777419654fa6d2e (patch) | |
tree | 346b8c7439d7d8db30404ad9f4db4c4e1725c252 /include/X11/ConvertI.h | |
parent | a6bdd56c5b098599942e4091ae7e2af2d4631b44 (diff) |
merge latest (4.3.99.16) from XFree86 (vendor) branch
Diffstat (limited to 'include/X11/ConvertI.h')
-rw-r--r-- | include/X11/ConvertI.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/include/X11/ConvertI.h b/include/X11/ConvertI.h index 13689ab..674fdfb 100644 --- a/include/X11/ConvertI.h +++ b/include/X11/ConvertI.h @@ -46,7 +46,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ -/* $XFree86: xc/lib/Xt/ConvertI.h,v 1.3 2001/12/14 19:56:09 dawes Exp $ */ +/* $XFree86: xc/lib/Xt/ConvertI.h,v 1.4 2003/04/21 16:34:26 herrb Exp $ */ /* Representation types */ @@ -59,25 +59,18 @@ extern XrmQuark _XtQString; typedef struct _ConverterRec **ConverterTable; extern void _XtAddDefaultConverters( -#if NeedFunctionPrototypes ConverterTable /* table */ -#endif ); extern void _XtSetDefaultConverterTable( -#if NeedFunctionPrototypes ConverterTable* /* table */ -#endif ); extern void _XtFreeConverterTable( -#if NeedFunctionPrototypes ConverterTable /* table */ -#endif ); extern void _XtTableAddConverter( -#if NeedFunctionPrototypes ConverterTable /* table */, XrmRepresentation /* from_type */, XrmRepresentation /* to_type */, @@ -88,18 +81,15 @@ extern void _XtTableAddConverter( XtCacheType /* cache_type */, XtDestructor /* destructor */, _XtBoolean /* global */ -#endif ); extern Boolean _XtConvert( -#if NeedFunctionPrototypes Widget /* widget */, XrmRepresentation /* from_type */, XrmValuePtr /* from */, XrmRepresentation /* to_type */, XrmValuePtr /* to */, XtCacheRef* /* cache_ref_return */ -#endif ); void _XtConvertInitialize(void); |