diff options
author | joye <joye> | 2014-02-28 17:36:23 (GMT) |
---|---|---|
committer | joye <joye> | 2014-02-28 17:36:23 (GMT) |
commit | 432ce5db7295e0bccbd9cbd4ac1e2e6257eadc37 (patch) | |
tree | 793fd346d7925b4c851888674889a4569672bc38 /src/bltGrPSOutput.h | |
parent | 51ac158464eb641e1cef0b14b7677f8753227a4f (diff) | |
download | blt-432ce5db7295e0bccbd9cbd4ac1e2e6257eadc37.zip blt-432ce5db7295e0bccbd9cbd4ac1e2e6257eadc37.tar.gz blt-432ce5db7295e0bccbd9cbd4ac1e2e6257eadc37.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrPSOutput.h')
-rw-r--r-- | src/bltGrPSOutput.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/bltGrPSOutput.h b/src/bltGrPSOutput.h index d97b193..e56c3ea 100644 --- a/src/bltGrPSOutput.h +++ b/src/bltGrPSOutput.h @@ -90,7 +90,7 @@ typedef struct { typedef struct _Blt_Ps *Blt_Ps; -extern Blt_Ps Blt_Ps_Create(Tcl_Interp *interp, PageSetup *setupPtr); +extern Blt_Ps Blt_Ps_Create(Tcl_Interp* interp, PageSetup *setupPtr); extern void Blt_Ps_Free(Blt_Ps ps); @@ -102,7 +102,7 @@ extern Tcl_DString *Blt_Ps_GetDString(Blt_Ps ps); extern char *Blt_Ps_GetScratchBuffer(Blt_Ps ps); -extern void Blt_Ps_SetInterp(Blt_Ps ps, Tcl_Interp *interp); +extern void Blt_Ps_SetInterp(Blt_Ps ps, Tcl_Interp* interp); extern void Blt_Ps_Append(Blt_Ps ps, const char *string); @@ -114,10 +114,10 @@ extern void Blt_Ps_Format TCL_VARARGS(Blt_Ps, ps); extern void Blt_Ps_SetClearBackground(Blt_Ps ps); -extern int Blt_Ps_IncludeFile(Tcl_Interp *interp, Blt_Ps ps, +extern int Blt_Ps_IncludeFile(Tcl_Interp* interp, Blt_Ps ps, const char *fileName); -extern int Blt_Ps_GetPicaFromObj(Tcl_Interp *interp, Tcl_Obj *objPtr, +extern int Blt_Ps_GetPicaFromObj(Tcl_Interp* interp, Tcl_Obj *objPtr, int *picaPtr); extern int Blt_Ps_ComputeBoundingBox(PageSetup *setupPtr, int w, int h); @@ -125,7 +125,7 @@ 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); -extern int Blt_Ps_SaveFile(Tcl_Interp *interp, Blt_Ps ps, +extern int Blt_Ps_SaveFile(Tcl_Interp* interp, Blt_Ps ps, const char *fileName); #ifdef _TK |