From 6e2d1edc3531bfe6e470802c14db3e52d99b537a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 13 Oct 2001 21:53:18 +0000 Subject: Deprecated SCN_CHECKBRACE and SCN_POSCHANGED. --- include/Scintilla.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index 9c634f90f..e49bd959e 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -496,12 +496,10 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCN_KEY 2005 #define SCN_DOUBLECLICK 2006 #define SCN_UPDATEUI 2007 -#define SCN_CHECKBRACE 2007 #define SCN_MODIFIED 2008 #define SCN_MACRORECORD 2009 #define SCN_MARGINCLICK 2010 #define SCN_NEEDSHOWN 2011 -#define SCN_POSCHANGED 2012 #define SCN_PAINTED 2013 #define SCN_USERLISTSELECTION 2014 #define SCN_URIDROPPED 2015 @@ -583,6 +581,9 @@ struct SCNotification { #ifdef INCLUDE_DEPRECATED_FEATURES +#define SCN_POSCHANGED 2012 +#define SCN_CHECKBRACE 2007 + #endif #endif -- cgit v1.2.3