summaryrefslogtreecommitdiffstats
path: root/generic/tkbltGrPostscript.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tkbltGrPostscript.h')
-rw-r--r--generic/tkbltGrPostscript.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/generic/tkbltGrPostscript.h b/generic/tkbltGrPostscript.h
index 7ab54a3..a0c35a1 100644
--- a/generic/tkbltGrPostscript.h
+++ b/generic/tkbltGrPostscript.h
@@ -56,11 +56,11 @@ namespace Blt {
void* ops_;
Graph* graphPtr_;
- short int left;
- short int bottom;
- short int right;
- short int top;
- float scale;
+ int left;
+ int bottom;
+ int right;
+ int top;
+ double scale;
int paperHeight;
int paperWidth;