/* $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 */