diff options
Diffstat (limited to 'src/stubs/xpstubs.c')
-rw-r--r-- | src/stubs/xpstubs.c | 21 |
1 files changed, 21 insertions, 0 deletions
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 */ |