From 2bb1dbc5664b71548805dea0002646799f50d61a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 6 Oct 2000 07:09:14 +0000 Subject: Patch from Mark for SCN_PAINTED notification at end of painting. --- include/Scintilla.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index de6ef9ba3..38eaa0d43 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -433,6 +433,7 @@ typedef long (*SciFnDirect)(long ptr, unsigned int iMessage, unsigned long wPara #define SCN_MARGINCLICK 2010 #define SCN_NEEDSHOWN 2011 #define SCN_POSCHANGED 2012 +#define SCN_PAINTED 2013 //--Autogenerated -- end of section automatically generated from Scintilla.iface // Optional module for macro recording -- cgit v1.2.3