summaryrefslogtreecommitdiffstats
path: root/src/bltGrPSOutput.h
diff options
context:
space:
mode:
authorjoye <joye>2014-01-08 18:49:45 (GMT)
committerjoye <joye>2014-01-08 18:49:45 (GMT)
commit28149cc169d7259ce89140897ee9856b825d4f02 (patch)
treead32d41c7d8e75f566eaac2a6bff06137dea1f12 /src/bltGrPSOutput.h
parent5460714985c7f107f5a30d8bc116822fa62a8c58 (diff)
downloadblt-28149cc169d7259ce89140897ee9856b825d4f02.zip
blt-28149cc169d7259ce89140897ee9856b825d4f02.tar.gz
blt-28149cc169d7259ce89140897ee9856b825d4f02.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrPSOutput.h')
-rw-r--r--src/bltGrPSOutput.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/bltGrPSOutput.h b/src/bltGrPSOutput.h
index b3296b4..9c3c34f 100644
--- a/src/bltGrPSOutput.h
+++ b/src/bltGrPSOutput.h
@@ -49,7 +49,7 @@ typedef struct {
* page. Can constrain the size of the graph
* if the graph (plus padding) is larger than
* the size of the page. */
- Blt_Pad xPad, yPad; /* Requested padding on the exterior of the
+ int xPad, yPad; /* Requested padding on the exterior of the
* graph. This forms the bounding box for
* the page. */
const char *colorVarName; /* If non-NULL, is the name of a TCL array
@@ -120,9 +120,6 @@ extern int Blt_Ps_IncludeFile(Tcl_Interp *interp, Blt_Ps ps,
extern int Blt_Ps_GetPicaFromObj(Tcl_Interp *interp, Tcl_Obj *objPtr,
int *picaPtr);
-extern int Blt_Ps_GetPadFromObj(Tcl_Interp *interp, Tcl_Obj *objPtr,
- Blt_Pad *padPtr);
-
extern int Blt_Ps_ComputeBoundingBox(PageSetup *setupPtr, int w, int h);
extern void Blt_Ps_Rectangle(Blt_Ps ps, int x, int y, int w, int h);