aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-12-15 21:45:36 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-12-15 21:45:36 -0500
commita9b15a5c8b6e64f536ab05b0e721b8dc881773f9 (patch)
treefde813f87541ab7a06d992dfd5400ece7b06871a /scripts
parentd8d194a0c7e55d85e26b72879b8b2ea4ceb21cb9 (diff)
Updated to Scintilla 3.3.7.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen_iface.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/gen_iface.lua b/scripts/gen_iface.lua
index 07ba1a45..983f0913 100755
--- a/scripts/gen_iface.lua
+++ b/scripts/gen_iface.lua
@@ -87,7 +87,9 @@ local events = {
SCN_INDICATORRELEASE = 2024,
SCN_AUTOCCANCELLED = 2025,
SCN_AUTOCCHARDELETED = 2026,
- SCN_HOTSPOTRELEASECLICK = 2027
+ SCN_HOTSPOTRELEASECLICK = 2027,
+ SCN_FOCUSIN = 2028,
+ SCN_FOCUSOUT = 2029
}
for event, value in pairs(events) do
constants[#constants + 1] = string_format('%s=%d', event, value)