diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:48:31 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:48:31 +0000 |
commit | 328700661ba8041a73dd7850a81cd4a31df5b406 (patch) | |
tree | 946ad314565f851cc235badc93f2347bcb3ec90f | |
parent | d5552d5100a83653e00cd0f5296dc4557e52754a (diff) |
merge latest (4.3.99.16) from XFree86 (vendor) branchXORG-RELEASE-1-BASEXEVIE-MERGEXEVIE-BASEXINERAMA_2
-rw-r--r-- | fontcache.h | 12 |
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 |