aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PerLine.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-07-07 03:23:11 +0000
committernyamatongwe <devnull@localhost>2010-07-07 03:23:11 +0000
commite22f3adce3febfcf393dd955ff4fbd7c9450eae4 (patch)
treebef1c6a09a5d08fabab930f9347cbc37eb1c1e68 /src/PerLine.h
parent868cce0d1a4c856934a2380cb748782b11f95126 (diff)
downloadscintilla-mirror-e22f3adce3febfcf393dd955ff4fbd7c9450eae4.tar.gz
Redraw when annotations change.
DeleteAllMarks will only cause a modification notification when a mark was actually deleted.
Diffstat (limited to 'src/PerLine.h')
-rw-r--r--src/PerLine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PerLine.h b/src/PerLine.h
index 8f1566bd3..df4728632 100644
--- a/src/PerLine.h
+++ b/src/PerLine.h
@@ -56,7 +56,7 @@ public:
int MarkValue(int line);
int AddMark(int line, int marker, int lines);
void MergeMarkers(int pos);
- void DeleteMark(int line, int markerNum, bool all);
+ bool DeleteMark(int line, int markerNum, bool all);
void DeleteMarkFromHandle(int markerHandle);
int LineFromHandle(int markerHandle);
};