diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:49:09 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:49:09 +0000 |
commit | 46642cea21858b59ba29833d583e6024c9cebe87 (patch) | |
tree | 80ecb27ed2d3807827cf0ae0bc35784cb074c406 /include/resource.h | |
parent | 57f34307447496db8faabd8651474a9193bb755e (diff) |
merge latest (4.3.99.16) from XFree86 (vendor) branch
Diffstat (limited to 'include/resource.h')
-rw-r--r-- | include/resource.h | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/include/resource.h b/include/resource.h index 2fc494e..164f867 100644 --- a/include/resource.h +++ b/include/resource.h @@ -27,6 +27,7 @@ other dealings in this Software without prior written authorization from The Open Group. */ +/* $XFree86: xc/programs/lbxproxy/include/resource.h,v 1.6 2003/11/17 22:20:49 dawes Exp $ */ #ifndef RESOURCE_H #define RESOURCE_H 1 @@ -64,74 +65,54 @@ typedef struct _ClientResource { #define PROXY_BIT 0x40000000 /* use illegal bit */ typedef int (*DeleteType)( -#if NeedNestedPrototypes ClientPtr /*client*/, pointer /*value*/, XID /*id*/ -#endif ); extern Bool InitDeleteFuncs( -#if NeedFunctionPrototypes void -#endif ); extern Bool InitClientResources( -#if NeedFunctionPrototypes ClientPtr /*client*/ -#endif ); extern void FinishInitClientResources( -#if NeedFunctionPrototypes ClientPtr /*client*/, XID /*ridBase*/, XID /*ridMask*/ -#endif ); extern XID FakeClientID( -#if NeedFunctionPrototypes int /*client*/ -#endif ); extern Bool AddResource( -#if NeedFunctionPrototypes ClientPtr /*client*/, XID /*id*/, RESTYPE /*type*/, pointer /*value*/ -#endif ); extern void FreeResource( -#if NeedFunctionPrototypes ClientPtr /*client*/, XID /*id*/, RESTYPE /*skipDeleteFuncType*/ -#endif ); extern void FreeClientResources( -#if NeedFunctionPrototypes ClientPtr /*client*/ -#endif ); extern void FreeAllResources( -#if NeedFunctionPrototypes void -#endif ); extern pointer LookupIDByType( -#if NeedFunctionPrototypes ClientPtr /*client*/, XID /*id*/, RESTYPE /*rtype*/ -#endif ); #endif |