mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 21:37:59 +02:00
fix compiler warning in dix/xpstubs.c when XPRINT is not defined
This commit is contained in:
parent
ed18d776f0
commit
865884d050
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue