summaryrefslogtreecommitdiff
path: root/include/X11/ResourceI.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:16 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:16 +0000
commitf81d7ef72c9b4f13e33efa812bed9446657ed003 (patch)
tree183442a515d232d4d88cb56d6de651c215731c3f /include/X11/ResourceI.h
parentbdc0667ef29e24b1a2188b11546d843a7d3e5ef6 (diff)
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16
Diffstat (limited to 'include/X11/ResourceI.h')
-rw-r--r--include/X11/ResourceI.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/include/X11/ResourceI.h b/include/X11/ResourceI.h
index 7a9d5a0..0957b96 100644
--- a/include/X11/ResourceI.h
+++ b/include/X11/ResourceI.h
@@ -46,7 +46,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86: xc/lib/Xt/ResourceI.h,v 1.5 2001/12/14 19:56:28 dawes Exp $ */
+/* $XFree86: xc/lib/Xt/ResourceI.h,v 1.6 2003/04/21 16:34:28 herrb Exp $ */
/****************************************************************
*
@@ -62,33 +62,25 @@ SOFTWARE.
#define StringToClass(string) XrmStringToClass(string)
extern void _XtResourceDependencies(
-#if NeedFunctionPrototypes
WidgetClass /* wc */
-#endif
);
extern void _XtConstraintResDependencies(
-#if NeedFunctionPrototypes
ConstraintWidgetClass /* wc */
-#endif
);
extern XtCacheRef* _XtGetResources(
-#if NeedFunctionPrototypes
Widget /* w */,
ArgList /* args */,
Cardinal /* num_args */,
XtTypedArgList /* typed_args */,
Cardinal* /* num_typed_args */
-#endif
);
extern void _XtCopyFromParent(
-#if NeedFunctionPrototypes
Widget /* widget */,
int /* offset */,
XrmValue* /* value */
-#endif
);
extern void _XtCopyToArg(char *src, XtArgVal *dst, unsigned int size);