summaryrefslogtreecommitdiffstats
path: root/src/bltGraph.h
diff options
context:
space:
mode:
authorjoye <joye>2014-04-16 18:01:44 (GMT)
committerjoye <joye>2014-04-16 18:01:44 (GMT)
commitc2ff89ef8036780c06a8de051777cbe9a6b80623 (patch)
tree582a7bb03c4512a73a50086ea6448f9c6b209eca /src/bltGraph.h
parent1a6acb94e5d17aa4d6be3423bc10d5e74f8996d5 (diff)
downloadblt-c2ff89ef8036780c06a8de051777cbe9a6b80623.zip
blt-c2ff89ef8036780c06a8de051777cbe9a6b80623.tar.gz
blt-c2ff89ef8036780c06a8de051777cbe9a6b80623.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGraph.h')
-rw-r--r--src/bltGraph.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/bltGraph.h b/src/bltGraph.h
index e429e06..68ed3a3 100644
--- a/src/bltGraph.h
+++ b/src/bltGraph.h
@@ -169,15 +169,15 @@ class Graph {
short int titleY_;
short int titleWidth_;
short int titleHeight_;
- Axis *focusPtr;
- int width;
- int height;
+ int width_;
+ int height_;
+ short int left_;
+ short int right_;
+ short int top_;
+ short int bottom_;
+ Axis *focusPtr_;
int halo;
GC drawGC;
- short int left;
- short int right;
- short int top;
- short int bottom;
int vRange;
int vOffset;
int hRange;