summaryrefslogtreecommitdiff
path: root/MITMisc.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 /MITMisc.h
parent343e78e15048e6a25791449bfc7566c07ccddf28 (diff)
downloadxorg-proto-xextproto-023a09fe640f876478157e5b4cd9cfec1452da4b.tar.gz
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 'MITMisc.h')
-rw-r--r--MITMisc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/MITMisc.h b/MITMisc.h
index 2e87bff..975700e 100644
--- a/MITMisc.h
+++ b/MITMisc.h
@@ -45,24 +45,18 @@ in this Software without prior written authorization from The Open Group.
_XFUNCPROTOBEGIN
Bool XMITMiscQueryExtension(
-#if NeedFunctionPrototypes
Display* /* dpy */,
int* /* event_basep */,
int* /* error_basep */
-#endif
);
Status XMITMiscSetBugMode(
-#if NeedFunctionPrototypes
Display* /* dpy */,
Bool /* onOff */
-#endif
);
Bool XMITMiscGetBugMode(
-#if NeedFunctionPrototypes
Display* /* dpy */
-#endif
);
_XFUNCPROTOEND