summaryrefslogtreecommitdiff
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
commite9dacf494c059dc3e66a564378679146ff55ed3e (patch)
tree946ad314565f851cc235badc93f2347bcb3ec90f
parentfd314bc875543d6f017cc1910f97e2e723248770 (diff)
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
-rw-r--r--fontcache.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/fontcache.h b/fontcache.h
index c0f5fb2..716905b 100644
--- a/fontcache.h
+++ b/fontcache.h
@@ -27,7 +27,7 @@
*
* Id: fontcache.h,v 1.6 1999/01/31 12:41:32 akiyama Exp $
*/
-/* $XFree86: xc/include/extensions/fontcache.h,v 1.3 2001/08/01 00:44:35 tsi Exp $ */
+/* $XFree86: xc/include/extensions/fontcache.h,v 1.4 2003/11/17 22:20:03 dawes Exp $ */
/* THIS IS NOT AN X CONSORTIUM STANDARD */
@@ -73,40 +73,30 @@ typedef struct {
_XFUNCPROTOBEGIN
Bool FontCacheQueryVersion(
-#if NeedFunctionPrototypes
Display* /* dpy */,
int* /* majorVersion */,
int* /* minorVersion */
-#endif
);
Bool FontCacheQueryExtension(
-#if NeedFunctionPrototypes
Display* /* dpy */,
int* /* event_base */,
int* /* error_base */
-#endif
);
Status FontCacheGetCacheSettings(
-#if NeedFunctionPrototypes
Display* /* dpy */,
FontCacheSettings* /* cache info */
-#endif
);
Status FontCacheChangeCacheSettings(
-#if NeedFunctionPrototypes
Display* /* dpy */,
FontCacheSettings* /* cache info */
-#endif
);
Status FontCacheGetCacheStatistics(
-#if NeedFunctionPrototypes
Display* /* dpy */,
FontCacheStatistics* /* cache statistics info */
-#endif
);
_XFUNCPROTOEND