aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
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.iface
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.iface')
-rw-r--r--include/Scintilla.iface1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index d910e8776..13a007ecd 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -2881,6 +2881,7 @@ val SC_SUPPORTS_LINE_DRAWS_FINAL=0
val SC_SUPPORTS_PIXEL_DIVISIONS=1
val SC_SUPPORTS_FRACTIONAL_STROKE_WIDTH=2
val SC_SUPPORTS_TRANSLUCENT_STROKE=3
+val SC_SUPPORTS_PIXEL_MODIFICATION=4
# Get whether a feature is supported
get int SupportsFeature=2750(Supports feature,)