aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-12-27 23:18:51 +0000
committernyamatongwe <devnull@localhost>2000-12-27 23:18:51 +0000
commit073a24399a00e4f9018dbecff690735bff9c0203 (patch)
tree2e166c5c3e90813a0da607ad8a0c839c2d401882 /include/Scintilla.h
parentf31ea2798b3f14721fc4be44e47ac09ba4f6c022 (diff)
downloadscintilla-mirror-073a24399a00e4f9018dbecff690735bff9c0203.tar.gz
Put VISIBLE_CENTER back in.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 099f2e3b7..c41edfd77 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -383,6 +383,7 @@ typedef long (*SciFnDirect)(long ptr, unsigned int iMessage, unsigned long wPara
#define SCI_WORDPARTRIGHT 2392
#define SCI_WORDPARTRIGHTEXTEND 2393
#define VISIBLE_SLOP 0x01
+#define VISIBLE_CENTER 0x02
#define VISIBLE_STRICT 0x04
#define SCI_SETVISIBLEPOLICY 2394
#define SCI_GRABFOCUS 2400