aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-03-26 18:02:24 +1100
committerNeil <nyamatongwe@gmail.com>2021-03-26 18:02:24 +1100
commitceb3ef8f45e5599d3993d347dfff2ac249902d97 (patch)
treec9af0a34f4552311f6858ae5fe6a91149672fe6f /include/Scintilla.h
parent7a3c73483c17da8f669fe3551ad274a02144486a (diff)
downloadscintilla-mirror-ceb3ef8f45e5599d3993d347dfff2ac249902d97.tar.gz
Add SC_SUPPORTS_PIXEL_MODIFICATION to differentiate character cell and
pixel oriented platforms.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index edf41c5cf..81869efec 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -1022,6 +1022,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SC_SUPPORTS_PIXEL_DIVISIONS 1
#define SC_SUPPORTS_FRACTIONAL_STROKE_WIDTH 2
#define SC_SUPPORTS_TRANSLUCENT_STROKE 3
+#define SC_SUPPORTS_PIXEL_MODIFICATION 4
#define SCI_SUPPORTSFEATURE 2750
#define SCI_STARTRECORD 3001
#define SCI_STOPRECORD 3002