aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2006-06-06 01:01:59 +0000
committernyamatongwe <devnull@localhost>2006-06-06 01:01:59 +0000
commit315c76d391f785ab4a01799207d20611c68de77a (patch)
tree0f99a96b64e7f498fb6f9bfee14d88752dfd693c /src/ViewStyle.h
parent0f2ad8c2406c8c05543ee7771a5a5cd31de3811e (diff)
downloadscintilla-mirror-315c76d391f785ab4a01799207d20611c68de77a.tar.gz
Patch from RFE 1501054 by Greg Smith adds margin styles that fill with the
foreground of background of the default style.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r--src/ViewStyle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h
index 892fdc59d..75f899d97 100644
--- a/src/ViewStyle.h
+++ b/src/ViewStyle.h
@@ -12,7 +12,7 @@
*/
class MarginStyle {
public:
- bool symbol;
+ int style;
int width;
int mask;
bool sensitive;