ref: 1fb9858663c3c5fd7bd59727103e290aab96bd74
dir: /sys/src/ape/X11/lib/Xfont/stubs/xpstubs.c/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "stubs.h"
#ifdef __SUNPRO_C
#pragma weak XpClientIsBitmapClient
#pragma weak XpClientIsPrintClient
#endif
weak Bool
XpClientIsBitmapClient(ClientPtr client)
{
return True;
}
weak Bool
XpClientIsPrintClient(ClientPtr client, FontPathElementPtr fpe)
{
return False;
}