From 1cfa6328aa4c173c00002b9bca07d071ed8d3df3 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 15 Jul 2009 03:01:23 +0000 Subject: Changed new calls to use name 'caret' rather than 'currentPos'. --- include/Scintilla.iface | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index d3fb10647..5367169f2 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1952,10 +1952,10 @@ get int GetSelections=2570(,) fun void ClearSelections=2571(,) # Set a simple selection -fun int SetSelection=2572(int currentPos,int anchor) +fun int SetSelection=2572(int caret,int anchor) # Add a selection -fun int AddSelection=2573(int currentPos,int anchor) +fun int AddSelection=2573(int caret,int anchor) # Set the main selection set void SetMainSelection=2574(int selection,) -- cgit v1.2.3