From a9b15a5c8b6e64f536ab05b0e721b8dc881773f9 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 15 Dec 2013 21:45:36 -0500 Subject: Updated to Scintilla 3.3.7. --- scripts/gen_iface.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts/gen_iface.lua') 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) -- cgit v1.2.3