aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-07-01 13:34:28 +0000
committernyamatongwe <devnull@localhost>2000-07-01 13:34:28 +0000
commit7c7c50a602db8e4192071fc2c1b80ddbdfac2140 (patch)
tree608ab59ded48de4f3ef480c329ad4b8b4a363a50 /src/ViewStyle.h
parent67060f15a16ddd34a1fc8d1074fb02d10a571dca (diff)
downloadscintilla-mirror-7c7c50a602db8e4192071fc2c1b80ddbdfac2140.tar.gz
Making Drawline less context dependent by moving state from Editor to
LineLayout and ViewStyle. Helps avoid attributes leaking into printing.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r--src/ViewStyle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h
index 5660368ec..68e59d29e 100644
--- a/src/ViewStyle.h
+++ b/src/ViewStyle.h
@@ -59,6 +59,7 @@ public:
bool showMarkedLines;
ColourPair caretcolour;
ColourPair edgecolour;
+ int edgeState;
ViewStyle();
ViewStyle(const ViewStyle &source);