summaryrefslogtreecommitdiffstats
path: root/src/bltGrPSOutput.h
diff options
context:
space:
mode:
authorjoye <joye>2014-06-03 15:20:09 (GMT)
committerjoye <joye>2014-06-03 15:20:09 (GMT)
commit7c369a4b14143934b15c3677b2b8bff3c0dc1f91 (patch)
treea2f7eec0e71e5b6f97528318b780948580944a45 /src/bltGrPSOutput.h
parent8654e5d8638605d0080eac649af4c4f4976877ae (diff)
downloadblt-7c369a4b14143934b15c3677b2b8bff3c0dc1f91.zip
blt-7c369a4b14143934b15c3677b2b8bff3c0dc1f91.tar.gz
blt-7c369a4b14143934b15c3677b2b8bff3c0dc1f91.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrPSOutput.h')
-rw-r--r--src/bltGrPSOutput.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bltGrPSOutput.h b/src/bltGrPSOutput.h
index 156b14d..3f28039 100644
--- a/src/bltGrPSOutput.h
+++ b/src/bltGrPSOutput.h
@@ -84,10 +84,11 @@ 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_XSetDashes(Blt_Ps ps, Dashes *dashesPtr);
extern void Blt_Ps_XSetLineAttributes(Blt_Ps ps, XColor* colorPtr,
- int lineWidth, Blt_Dashes *dashesPtr, int capStyle, int joinStyle);
+ int lineWidth, Dashes *dashesPtr,
+ int capStyle, int joinStyle);
extern void Blt_Ps_XSetStipple(Blt_Ps ps, Display *display, Pixmap bitmap);