diff options
author | joye <joye> | 2014-06-27 18:07:59 (GMT) |
---|---|---|
committer | joye <joye> | 2014-06-27 18:07:59 (GMT) |
commit | 27a7bebf981ccfc6551238f3ae97321995513409 (patch) | |
tree | df48eccf150fbd0c36268b49405c21dcc6469bad /src/bltGrLegd.h | |
parent | 4070e7aa6abb6b97cf99bebcaa5903194a44cb26 (diff) | |
download | blt-27a7bebf981ccfc6551238f3ae97321995513409.zip blt-27a7bebf981ccfc6551238f3ae97321995513409.tar.gz blt-27a7bebf981ccfc6551238f3ae97321995513409.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrLegd.h')
-rw-r--r-- | src/bltGrLegd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bltGrLegd.h b/src/bltGrLegd.h index 8ff447b..be48fb1 100644 --- a/src/bltGrLegd.h +++ b/src/bltGrLegd.h @@ -77,7 +77,7 @@ typedef struct { int exportSelection; Dashes focusDashes; XColor* focusColor; - TextStyleOptions style; + Blt::TextStyleOptions style; int hide; int ixPad; int iyPad; @@ -99,7 +99,7 @@ typedef struct { SelectMode selectMode; int selRelief; const char *title; - TextStyleOptions titleStyle; + Blt::TextStyleOptions titleStyle; } LegendOptions; class Legend : public Pick { |