fix compiler warning in dix/xpstubs.c when XPRINT is not defined

This commit is contained in:
Greg Kroah-Hartman 2006-06-21 14:16:28 -07:00
parent ed18d776f0
commit 865884d050

View File

@ -35,6 +35,9 @@ from The Open Group.
#include <X11/fonts/font.h>
#ifdef XPRINT
#include "DiPrint.h"
#else
extern Bool XpClientIsBitmapClient(ClientPtr client);
extern Bool XpClientIsPrintClient(ClientPtr client, FontPathElementPtr fpe);
#endif
Bool