summaryrefslogtreecommitdiffstats
path: root/src/bltGrPSOutput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGrPSOutput.h')
-rw-r--r--src/bltGrPSOutput.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bltGrPSOutput.h b/src/bltGrPSOutput.h
index 9c3c34f..d97b193 100644
--- a/src/bltGrPSOutput.h
+++ b/src/bltGrPSOutput.h
@@ -134,18 +134,18 @@ extern int Blt_Ps_SaveFile(Tcl_Interp *interp, Blt_Ps ps,
extern void Blt_Ps_XSetLineWidth(Blt_Ps ps, int lineWidth);
-extern void Blt_Ps_XSetBackground(Blt_Ps ps, XColor *colorPtr);
+extern void Blt_Ps_XSetBackground(Blt_Ps ps, XColor* colorPtr);
extern void Blt_Ps_XSetBitmapData(Blt_Ps ps, Display *display,
Pixmap bitmap, int width, int height);
-extern void Blt_Ps_XSetForeground(Blt_Ps ps, XColor *colorPtr);
+extern void Blt_Ps_XSetForeground(Blt_Ps ps, XColor* colorPtr);
extern void Blt_Ps_XSetFont(Blt_Ps ps, Tk_Font font);
extern void Blt_Ps_XSetDashes(Blt_Ps ps, Blt_Dashes *dashesPtr);
-extern void Blt_Ps_XSetLineAttributes(Blt_Ps ps, XColor *colorPtr,
+extern void Blt_Ps_XSetLineAttributes(Blt_Ps ps, XColor* colorPtr,
int lineWidth, Blt_Dashes *dashesPtr, int capStyle, int joinStyle);
extern void Blt_Ps_XSetStipple(Blt_Ps ps, Display *display, Pixmap bitmap);