diff options
| author | nyamatongwe <unknown> | 2000-12-27 23:18:51 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2000-12-27 23:18:51 +0000 |
| commit | 0c19585c6cbb306c8cc2e70e7002152d994147af (patch) | |
| tree | 2e166c5c3e90813a0da607ad8a0c839c2d401882 /include/Scintilla.iface | |
| parent | 9cb4cca29f5535ea07f0582dad57186bae6ec474 (diff) | |
| download | scintilla-mirror-0c19585c6cbb306c8cc2e70e7002152d994147af.tar.gz | |
Put VISIBLE_CENTER back in.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index d1107388f..b4c52801d 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1032,7 +1032,7 @@ fun void WordPartRightExtend=2393(,) # Constants for use with SetVisiblePolicy val VISIBLE_SLOP=0x01 -#val VISIBLE_CENTER=0x02 +val VISIBLE_CENTER=0x02 val VISIBLE_STRICT=0x04 # Set the way the display area is determined when a particular line is to be moved to. fun void SetVisiblePolicy=2394(int visiblePolicy, int visibleSlop) |
