From 3795e9702b3b3a6fe0594d09cdd110adeb5e42f9 Mon Sep 17 00:00:00 2001 From: Kaleb Keithley Date: Fri, 14 Nov 2003 16:48:50 +0000 Subject: Initial revision --- src/stubs/xpstubs.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/stubs/xpstubs.c (limited to 'src/stubs/xpstubs.c') diff --git a/src/stubs/xpstubs.c b/src/stubs/xpstubs.c new file mode 100644 index 0000000..c692bbc --- /dev/null +++ b/src/stubs/xpstubs.c @@ -0,0 +1,21 @@ +/* $XFree86: xc/lib/font/stubs/xpstubs.c,v 1.1 1999/01/11 05:13:22 dawes Exp $ */ + +/* + stub for XpClient* functions. +*/ + +#include "stubs.h" + +Bool +XpClientIsBitmapClient(ClientPtr client) +{ + return True; +} + +Bool +XpClientIsPrintClient(ClientPtr client, FontPathElementPtr fpe) +{ + return False; +} + +/* end of file */ -- cgit v1.2.3