xfree86 merge

This commit is contained in:
Kaleb Keithley
2003-11-29 16:08:53 +00:00
parent 88193e928b
commit 77836ebda2
8 changed files with 1 additions and 381 deletions

View File

@@ -142,23 +142,6 @@ typedef Bool (*FindComplexResType)(
XID /*id*/,
pointer /*cdata*/);
typedef void (*FindAllRes)(
#if NeedNestedPrototypes
pointer /*value*/,
XID /*id*/,
RESTYPE /*type*/,
pointer /*cdata*/
#endif
);
typedef Bool (*FindComplexResType)(
#if NeedNestedPrototypes
pointer /*value*/,
XID /*id*/,
pointer /*cdata*/
#endif
);
extern RESTYPE CreateNewResourceType(
DeleteType /*deleteFunc*/);