aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-02-02 01:41:11 +0000
committernyamatongwe <devnull@localhost>2003-02-02 01:41:11 +0000
commit13ad207b99e16fdf48db60a0ec49098e5a0626c9 (patch)
tree77571d9565a2b712ea7e7efbe0df63100817fb25 /include/Scintilla.h
parent9e9e3c45aa3d52ecbae1c483bf2125957bac6038 (diff)
downloadscintilla-mirror-13ad207b99e16fdf48db60a0ec49098e5a0626c9.tar.gz
Two phase drawing.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 8df32be4c..386271bbe 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -395,6 +395,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_SETVSCROLLBAR 2280
#define SCI_GETVSCROLLBAR 2281
#define SCI_APPENDTEXT 2282
+#define SCI_GETTWOPHASEDRAW 2283
+#define SCI_SETTWOPHASEDRAW 2284
#define SCI_LINEDOWN 2300
#define SCI_LINEDOWNEXTEND 2301
#define SCI_LINEUP 2302