summaryrefslogtreecommitdiff
path: root/Xprint/ps/Ps.h
diff options
context:
space:
mode:
authorRoland Mainz <roland.mainz@nrubsig.org>2005-01-10 14:16:29 +0000
committerRoland Mainz <roland.mainz@nrubsig.org>2005-01-10 14:16:29 +0000
commit2ef9d01c4d3b03f0a5d829304f2a7e2cc1327f3b (patch)
tree18e5d0889161f4cc2df7c7ce981ddce4a5dda8ab /Xprint/ps/Ps.h
parent57387e115caf5a4b9501cc8f6ddeb1946b0e6547 (diff)
xc/programs/Xserver/Xprint/Util.c
xc/programs/Xserver/Xprint/attributes.h //bugs.freedesktop.org/show_bug.cgi?id=2254) attachment #1654 (https://bugs.freedesktop.org/attachment.cgi?id=1654): Fix gcc4.0 build failure. Patch by Egbert Eich <eich@freedesktop.org> and Roland Mainz <roland.mainz@nrubsig.org>
Diffstat (limited to 'Xprint/ps/Ps.h')
-rw-r--r--Xprint/ps/Ps.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Xprint/ps/Ps.h b/Xprint/ps/Ps.h
index 726cf5aae..f8a07366b 100644
--- a/Xprint/ps/Ps.h
+++ b/Xprint/ps/Ps.h
@@ -350,7 +350,6 @@ typedef struct
extern Bool InitializePsDriver(int ndx, ScreenPtr pScreen, int argc,
char **argv);
-static Bool PsDestroyContext(XpContextPtr pCon);
extern XpContextPtr PsGetContextFromWindow(WindowPtr win);
/*
@@ -374,9 +373,6 @@ extern int PsGetDocumentData(XpContextPtr pCon, ClientPtr client,
*/
extern Bool PsCreateGC(GCPtr pGC);
-static int PsGetDrawablePrivateStuff(DrawablePtr pDrawable, GC *gc,
- unsigned long *valid, PsOutPtr *psOut,
- ColormapPtr *cMap);
extern PsContextPrivPtr PsGetPsContextPriv( DrawablePtr pDrawable );
extern int PsUpdateDrawableGC(GCPtr pGC, DrawablePtr pDrawable,
PsOutPtr *psOut, ColormapPtr *cMap);