diff options
author | Neil <nyamatongwe@gmail.com> | 2021-03-26 18:02:24 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-03-26 18:02:24 +1100 |
commit | ceb3ef8f45e5599d3993d347dfff2ac249902d97 (patch) | |
tree | c9af0a34f4552311f6858ae5fe6a91149672fe6f /gtk | |
parent | 7a3c73483c17da8f669fe3551ad274a02144486a (diff) | |
download | scintilla-mirror-ceb3ef8f45e5599d3993d347dfff2ac249902d97.tar.gz |
Add SC_SUPPORTS_PIXEL_MODIFICATION to differentiate character cell and
pixel oriented platforms.
Diffstat (limited to 'gtk')
-rwxr-xr-x | gtk/PlatGTK.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index 580e42414..df5eaa6a7 100755 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -220,6 +220,7 @@ const int SupportsGTK[] = { SC_SUPPORTS_LINE_DRAWS_FINAL, SC_SUPPORTS_FRACTIONAL_STROKE_WIDTH, SC_SUPPORTS_TRANSLUCENT_STROKE, + SC_SUPPORTS_PIXEL_MODIFICATION, }; } |