summaryrefslogtreecommitdiff
path: root/Xag.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:02 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:02 +0000
commit023a09fe640f876478157e5b4cd9cfec1452da4b (patch)
treef62c24617ddc9ece3ee5fc252be716aac981dc3f /Xag.h
parent343e78e15048e6a25791449bfc7566c07ccddf28 (diff)
downloadxextproto-023a09fe640f876478157e5b4cd9cfec1452da4b.tar.gz
xextproto-023a09fe640f876478157e5b4cd9cfec1452da4b.tar.bz2
xextproto-023a09fe640f876478157e5b4cd9cfec1452da4b.zip
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330
Diffstat (limited to 'Xag.h')
-rw-r--r--Xag.h18
1 files changed, 1 insertions, 17 deletions
diff --git a/Xag.h b/Xag.h
index b075342..7372f3c 100644
--- a/Xag.h
+++ b/Xag.h
@@ -1,4 +1,4 @@
-/* $XFree86: xc/include/extensions/Xag.h,v 1.5 2001/12/17 20:52:24 dawes Exp $ */
+/* $XFree86: xc/include/extensions/Xag.h,v 1.6 2003/11/17 22:20:03 dawes Exp $ */
/*
Copyright 1996, 1998 The Open Group
@@ -59,67 +59,51 @@ _XFUNCPROTOBEGIN
typedef XID XAppGroup;
Bool XagQueryVersion(
-#if NeedFunctionPrototypes
Display* /* dpy */,
int* /* major_version */,
int* /* minor_version */
-#endif
);
Status XagCreateEmbeddedApplicationGroup(
-#if NeedFunctionPrototypes
Display* /* dpy */,
VisualID /* root_visual */,
Colormap /* default_colormap */,
unsigned long /* black_pixel */,
unsigned long /* white_pixel */,
XAppGroup* /* app_group_return */
-#endif
);
Status XagCreateNonembeddedApplicationGroup(
-#if NeedFunctionPrototypes
Display* /* dpy */,
XAppGroup* /* app_group_return */
-#endif
);
Status XagDestroyApplicationGroup(
-#if NeedFunctionPrototypes
Display* /* dpy */,
XAppGroup /* app_group */
-#endif
);
Status XagGetApplicationGroupAttributes(
-#if NeedVarargsPrototypes
Display* /* dpy */,
XAppGroup /* app_group */,
...
-#endif
);
Status XagQueryApplicationGroup(
-#if NeedFunctionPrototypes
Display* /* dpy */,
XID /* resource_base */,
XAppGroup* /* app_group_ret */
-#endif
);
Status XagCreateAssociation(
-#if NeedFunctionPrototypes
Display* /* dpy */,
Window* /* window_ret */,
void* /* system_window */
-#endif
);
Status XagDestroyAssociation(
-#if NeedFunctionPrototypes
Display* /* dpy */,
Window /* window */
-#endif
);
_XFUNCPROTOEND