summaryrefslogtreecommitdiff
path: root/src/stubs/xpstubs.c
blob: c692bbca221d69c1ac25fb0932f51f26bbad2170 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 */