summaryrefslogtreecommitdiff
path: root/include/X11/Composite.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/Composite.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/Composite.h')
-rw-r--r--include/X11/Composite.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/include/X11/Composite.h b/include/X11/Composite.h
index 4c1e029..90a8ba4 100644
--- a/include/X11/Composite.h
+++ b/include/X11/Composite.h
@@ -46,6 +46,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
+/* $XFree86: xc/lib/Xt/Composite.h,v 1.4 2003/10/24 15:47:35 tsi Exp $ */
#ifndef _XtComposite_h
#define _XtComposite_h
@@ -53,59 +54,45 @@ SOFTWARE.
typedef struct _CompositeClassRec *CompositeWidgetClass;
typedef Cardinal (*XtOrderProc)(
-#if NeedFunctionPrototypes
Widget /* child */
-#endif
);
_XFUNCPROTOBEGIN
extern void XtManageChildren(
-#if NeedFunctionPrototypes
WidgetList /* children */,
Cardinal /* num_children */
-#endif
);
extern void XtManageChild(
-#if NeedFunctionPrototypes
Widget /* child */
-#endif
);
extern void XtUnmanageChildren(
-#if NeedFunctionPrototypes
WidgetList /* children */,
Cardinal /* num_children */
-#endif
);
extern void XtUnmanageChild(
-#if NeedFunctionPrototypes
Widget /* child */
-#endif
);
typedef void (*XtDoChangeProc)(
-#if NeedFunctionPrototypes
Widget /* composite_parent */,
WidgetList /* unmanage_children */,
Cardinal * /* num_unmanage_children */,
WidgetList /* manage_children */,
Cardinal * /* num_manage_children */,
XtPointer /* client_data */
-#endif
);
extern void XtChangeManagedSet(
-#if NeedFunctionPrototypes
WidgetList /* unmanage_children */,
Cardinal /* num_unmanage_children */,
XtDoChangeProc /* do_change_proc */,
XtPointer /* client_data */,
WidgetList /* manage_children */,
Cardinal /* num_manage_children */
-#endif
);
_XFUNCPROTOEND