aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/font/stubs/xpstubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/font/stubs/xpstubs.c')
-rw-r--r--nx-X11/lib/font/stubs/xpstubs.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/nx-X11/lib/font/stubs/xpstubs.c b/nx-X11/lib/font/stubs/xpstubs.c
new file mode 100644
index 000000000..444915367
--- /dev/null
+++ b/nx-X11/lib/font/stubs/xpstubs.c
@@ -0,0 +1,24 @@
+/* $XFree86$ */
+
+/*
+ stub for XpClient* functions.
+*/
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+#include "stubs.h"
+
+Bool
+XpClientIsBitmapClient(ClientPtr client)
+{
+ return True;
+}
+
+Bool
+XpClientIsPrintClient(ClientPtr client, FontPathElementPtr fpe)
+{
+ return False;
+}
+
+/* end of file */