summaryrefslogtreecommitdiffstats
path: root/src/bltGrPSOutput.h
diff options
context:
space:
mode:
authorjoye <joye>2014-02-28 17:02:46 (GMT)
committerjoye <joye>2014-02-28 17:02:46 (GMT)
commitb34b353473819e0c5907dbd8140a26db0c5cfb09 (patch)
treed3de96e852dd024b7ff8e4770a44c1a0c14fce76 /src/bltGrPSOutput.h
parentd23f63bc4b2b6e246a4542ddd4ad6bd60044805e (diff)
downloadblt-b34b353473819e0c5907dbd8140a26db0c5cfb09.zip
blt-b34b353473819e0c5907dbd8140a26db0c5cfb09.tar.gz
blt-b34b353473819e0c5907dbd8140a26db0c5cfb09.tar.bz2
*** empty log message ***
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);