mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 06:28:07 +02:00
add some function prototypes to hw/xprint/DiPrint.h as they are exported
This commit is contained in:
parent
865884d050
commit
77aa701e89
1 changed files with 5 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ copyright holders.
|
|||
#ifdef HAVE_DIX_CONFIG_H
|
||||
#include <dix-config.h>
|
||||
#endif
|
||||
#include <X11/fonts/fontstruct.h>
|
||||
|
||||
#ifndef _XpDiPrint_H_
|
||||
#define _XpDiPrint_H_ 1
|
||||
|
|
@ -74,6 +75,10 @@ extern void PrinterInitGlobals(void);
|
|||
|
||||
extern void PrinterInitOutput(ScreenInfo *pScreenInfo, int argc, char **argv);
|
||||
|
||||
extern Bool XpClientIsPrintClient(ClientPtr client, FontPathElementPtr fpe);
|
||||
|
||||
extern Bool XpClientIsBitmapClient(ClientPtr client);
|
||||
|
||||
extern void _XpVoidNoop(void);
|
||||
|
||||
extern Bool _XpBoolNoop(void);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue