summaryrefslogtreecommitdiffstats
path: root/src/bltGrLegd.h
diff options
context:
space:
mode:
authorjoye <joye>2014-04-08 21:39:51 (GMT)
committerjoye <joye>2014-04-08 21:39:51 (GMT)
commitc476c46dd559cd23c64860895def5f0ebce598b4 (patch)
tree8f790ab53e2e2df90902b64aaa7d3533d6573c85 /src/bltGrLegd.h
parentc56e30af460407b82dbf01aae7c09cefaae83244 (diff)
downloadblt-c476c46dd559cd23c64860895def5f0ebce598b4.zip
blt-c476c46dd559cd23c64860895def5f0ebce598b4.tar.gz
blt-c476c46dd559cd23c64860895def5f0ebce598b4.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrLegd.h')
-rw-r--r--src/bltGrLegd.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/bltGrLegd.h b/src/bltGrLegd.h
index db87221..5511a94 100644
--- a/src/bltGrLegd.h
+++ b/src/bltGrLegd.h
@@ -124,19 +124,19 @@ class Legend {
int height_;
int entryWidth_;
int entryHeight_;
- int site;
- int xReq;
- int yReq;
- int x;
- int y;
- int maxSymSize;
- Blt_BindTable bindTable;
- GC focusGC;
- int focus;
- int cursorX;
- int cursorY;
- short int cursorWidth;
- short int cursorHeight;
+ int site_;
+ int xReq_;
+ int yReq_;
+ int x_;
+ int y_;
+ int maxSymSize_;
+ Blt_BindTable bindTable_;
+ GC focusGC_;
+ int focus_;
+ int cursorX_;
+ int cursorY_;
+ short int cursorWidth_;
+ short int cursorHeight_;
Element *focusPtr;
Element *selAnchorPtr;
Element *selMarkPtr;